Comment 1 for bug 770432

Revision history for this message
John A Meinel (jameinel) wrote : Re: Logger head does not tell users how to branch

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:
http://bazaar.launchpad.net/~loggerhead-team/loggerhead/trunk-rich/changes

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.