Comment 11 for bug 121200

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

Not sure about the OOPSes w/ bzr.dev vs launchpad.dev

Bazaar 0.92 doesn't have the associated changes.

bzr.dev requires you to specify your Launchpad login using 'bzr launchpad-login'. That it redirects to SFTP is a bug.

I've spoken with James and here's what needs to happen to close this bug:

Bazaar:
- Handle redirects when pushing to new branches.
- Factor out a needs_launchpad_login method and tell it that bzr+ssh and sftp Launchpad branches require LP logins.
- Improve the text of 'bzr help launchpad'

Launchpad:
- Don't offer SFTP as a branch location.