Loggerhead does not tell users how to branch
Bug #770432 reported by
Curtis Hovey
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
loggerhead |
Fix Released
|
High
|
Unassigned |
Bug Description
When displaying a branch, loggerhead helpfully displays the following message:
To get this branch, use:
bzr branch /folder/trunk
It should say:
bzr branch lp:<project>
or
bzr branch lp:<project>
or
bzr branch lp:<user>
Changed in loggerhead: | |
status: | New → Triaged |
importance: | Undecided → High |
To post a comment you must log in.
This is done via the "public_branch=" setting, or via BranchWSGIApp( served_ url=XXX) parameter.
Note that I do not see that simple message here: bazaar. launchpad. net/~loggerhead -team/loggerhea d/trunk- rich/changes
http://
Though I do see it if I do "bzr serve --http" (though I have public_branch= set for myself)
If Launchpad is passing "served_url=None" then the message should be suppressed completely.
Otherwise if served_url is not being set, and public_branch is not set, then it tries to work out what URL it is serving and supply that (self.served_url = self.url([]))
I don't really see how '/folder/trunk' would get set without someone doing that manually.