incomplete list of project branches?

Asked by Eric Dennison

This seems like such an obvious problem that I have no doubt I am missing some fundamental concept required for managing projects on launchpad. So.. I'm sorry!

I have a project in launchpad: lp:mmoss

I created branches: lp:~ericd-netdenizen/mmoss/dev (for doing development)
and lp:~ericd-netdenizen/mmoss/sandbox (for experimenting with bzr, etc.)

I have been developing the /dev branch for the past week and then I successfully merged its latest back into the main trunk. So that all seems fine.

What is puzzling me is that if I go to the mmoss project page on launchpad, and click the code "tab" the site shows me the main trunk branch and the sandbox branch but there is no sigh of the /dev branch whatsoever. The branch is there because I can pull it up by directly naming it in the URL: https://code.launchpad.net/~ericd-netdenizen/mmoss/dev.

What obvious point am I missing?

EDIT: I noticed its status was "merged", but I don't recall setting that status. Would its status automatically become merged if I merged it back into the trunk using bzr? In any case, I set the status back to "development" and it is again visible. I'm sorry for asking questions that I feel I should be able to answer by reading the docs, but it's hard to tell when I should stop searching and just ask someone.

-Eric

Question information

Language:
English Edit question
Status:
Solved
For:
Launchpad itself Edit question
Assignee:
No assignee Edit question
Solved by:
Eric Dennison
Solved:
Last query:
Last reply:
Revision history for this message
Eric Dennison (ericd-netdenizen) said :
#1

Ok, some more experimentation and I realize that launchpad has automatically changed the status and visibility of the branch based on whether I have merged it. When I merged it into the trunk, its status went to merged and it was no longer visible by default from the main project page. Once I committed another change to the /dev branch its overall status went back to development, making it visible from the main project page again. This linkage between what I'm doing in bzr and what launchpad displays was just unexpected to me (not wrong: just unexpected).

Sorry for interruption :)