How to see the --fixes info in "bzr log"
Neil Martinsen-Burrell
nmb at wartburg.edu
Fri Nov 12 16:12:33 GMT 2010
On 2010-11-12 02:40 , Eli Zaretskii wrote:
> Is there a way to see the information added by --fixes foo:1234 in the
> "bzr log" output? Or any other output of the command-line "bzr", for
> that matter?
This feature was added in Bazaar 2.1 according to the release notes.
Does the following not work for you?
nmb at guttle[~/tmp]$ bzr init test
Created a standalone tree (format: 2a)
nmb at guttle[~/tmp]$ cd test
nmb at guttle[~/tmp/test]$ bzr ci --unchanged -m1 --fixes=lp:1
Committing to: /Users/nmb/tmp/test/
Committed revision 1.
nmb at guttle[~/tmp/test]$ bzr log
------------------------------------------------------------
revno: 1
fixes bug(s): https://launchpad.net/bugs/1
committer: Neil Martinsen-Burrell <nmb at wartburg.edu>
branch nick: test
timestamp: Fri 2010-11-12 10:09:20 -0600
message:
1
The line that starts "fixes bug(s)" should give the URL for the fixed bug.
-Neil
More information about the bazaar
mailing list