Comment 8 for bug 261609

Revision history for this message
Jonathan Lange (jml) wrote :

The plan was to allow URLs like bzr+ssh://bazaar.launchpad.net/+branch/foo to work, where /+branch/foo means "resolve to the same branch as lp:foo". We already have this style of path handling for the webapp (e.g. https://code.launchpad.net/+branch/bzr).

Because the redirect happens after authentication, we can support private branches in this fashion.