Comment 2 for bug 313916

Revision history for this message
Jonathan Lange (jml) wrote : Re: [Bug 313916] [NEW] Command to open a branch's web page in Launchpad

On Mon, Jan 5, 2009 at 12:43 PM, Robert Collins
<email address hidden> wrote:
> On Mon, 2009-01-05 at 01:19 +0000, Jonathan Lange wrote:
>> Public bug reported:
>>
>> It would be really convenient to have a Bazaar command that opened the
>> branch's web page in Launchpad, e.g.
>>
>> $ cd mybranch/
>> $ bzr lp-open
>> Opening https://code.launchpad.net/~jml/+junk/mybranch
>>
>> The command could obtain the information from the public location of the
>> branch.
>>
>> A similar feature might be useful for branch's in general, but we can do
>> this for LP branch's without adding any new metadata.
>
> We could assume that any branch with an http url is browsable.
>
> (Surely its a bug in lp that bazaar.launchpad.net/~user/project/branch
> doesn't link back to the code pages).
>

Even if the loggerhead page linked back to the Launchpad page, it's
still two actions where I want one.

jml