Can lp-open open usual lp branch, not the edge one?
Andrew Bennetts
andrew.bennetts at canonical.com
Fri Mar 5 00:49:14 GMT 2010
Alexander Belchenko wrote:
> Is it possible to teach lp-open command to open just
> code.launchpad.net/blah/blah/blah instead of
> code.edge.launchpad.net/blah/blah/blah?
This appears to be due to this code in
bzrlib/plugins/launchpad/lp_registration.py:
# We use edge as the default because:
# Beta users get redirected to it
# All users can use it
# There is a bug in the launchpad side where redirection causes an OOPS.
DEFAULT_INSTANCE = 'edge'
But there's no bug number, so I'm not sure if that bug is still current concern
:(
Jono, do you know?
-Andrew.
More information about the bazaar
mailing list