Register a branch hosted on Launchpad creates an empty branch directory
Bug #221343 reported by
TimeHorse
This bug report is a duplicate of:
Bug #288645: "Register a branch" on hosted branches is confusing.
Edit
Remove
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
High
|
Unassigned |
Bug Description
Go to a project. In my case, I have ONLY tested the Python project, but it is confirmed for at LEAST that project. Note that python is remotely hosted. In the left action pane, click on the "Register Branch" link. In the form that follows, select "Branch Type: Hosted
Launchpad is the primary location of this branch."
What is created is an empty. When I type "bzr info <branch_url>" I get:
bzr: ERROR: Not a branch: "<branch_url>".
Changed in launchpad-bazaar: | |
assignee: | thumper → nobody |
To post a comment you must log in.
I would expect the "Register Branch" that is hosted on Launchpad to actually create a branch using either of the "Team Collaboration" models specified in the Bazaar documentation and to do so as a branch with --no-trees set.