Comment 4 for bug 684764

Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote : Re: --fixes lp:<number> doesn't link to launchpad bug number

Hey Vincent, seems to be good now with latest natty bzr version.
$ bzr commit -m "foo" --fixes lp:1234
$ bzr log -r -1
[…]
fixes bug(s): https://launchpad.net/bugs/1234

However, this is no more the case for inline comment, like:
bzr commit -m "fix bug LP: #1234"
Wasn't there a shortcut for that, appending --fixes lp: in that case?