[MERGE] fix bzr log --short and add a test
John Arbash Meinel
john at arbash-meinel.com
Fri Jan 16 22:39:52 GMT 2009
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
It turns out that we test "bzr log --short" when there are merges. It
just happens that this code path is only exercised when you use "bzr log
- --short -r X..Y", which is probably why Ian didn't see it.
I didn't end up submitting the "quick fix", as I wanted to do a bit
more. The attached fix does:
a) "if not include_merges" instead of "if include_merges is False", we
could also do "bool(generate_merges or specific_fileid)", but I don't
really like the "is False" construct anyway.
b) Add a test case of using 'log --short -r2..3'
c) Remove the special casing of logging the entire mainline. In my
timing tests for bzr.dev, there was no difference between "bzr log
- --short" with or without that code path, and it is one less bit of code
that needs to be maintained and tested.
I'd still like to get this merged soon, because I use bzr.dev all the
time. (And I'm glad I could catch this regression early :).
John
=:->
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (Cygwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iEYEARECAAYFAklxDLgACgkQJdeBCYSNAAOd0gCfTZOcsKLVhSlNnvdullehmMf1
SxMAnikJ8PNTtdBeN4GHpGhU0D3EycMK
=3PVD
-----END PGP SIGNATURE-----
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 1.12-fix-short-log.patch
Url: https://lists.ubuntu.com/archives/bazaar/attachments/20090116/39004f1f/attachment.diff
More information about the bazaar
mailing list