LP: #xxxx in the commit message should trigger --fixes lp:xxxx
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Wishlist
|
Unassigned | ||
Breezy |
Triaged
|
Wishlist
|
Unassigned | ||
bzr (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Binary package hint: bzr
So, when I bzr log, I don't see the bug launchpad link as before. (it was implicitely linked when I had LP: #XXXX in the commit message). Even trying it expictely doesn't work:
$ bzr commit -m "foo" --fixes lp:XXXX
I tried to ditch ~/.bazaar without any success either.
$ bzr --version
Bazaar (bzr) 2.3b2
Python interpreter: /usr/bin/python 2.6.6
Python standard library: /usr/lib/python2.6
Platform: Linux-2.
bzrlib: /usr/lib/
Bazaar configuration: /home/didrocks/
Bazaar log file: /home/didrocks/
[…]
$ bzr plugins -v | grep launchpad
launchpad 2.3b2
/usr/
ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: bzr 2.3.0~beta2-1
ProcVersionSign
Uname: Linux 2.6.37-6-generic i686
NonfreeKernelMo
Architecture: i386
Date: Fri Dec 3 15:50:14 2010
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha i386 (20100918)
ProcEnviron:
PATH=(custom, user)
LANG=fr_FR.utf8
SHELL=/bin/bash
SourcePackage: bzr
Changed in bzr (Ubuntu): | |
status: | New → Confirmed |
Changed in bzr (Ubuntu): | |
status: | Confirmed → Triaged |
importance: | Undecided → Wishlist |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
Changed in brz: | |
status: | New → Triaged |
importance: | Undecided → Wishlist |
I suspect, given that you don't get an error on commit, that this is a problem with /showing/ the
links, rather than recording them. I'm not sure what the best way to inspect the revision to check
that is though.
Thanks,
James