[MERGE][#321066] "bzr log -r 1.1.1..1" dotted revnos in the wrong order raises ValueError
Marius Kruger
amanic at gmail.com
Sun Jan 25 19:42:55 GMT 2009
hi,
Don't raise a ValueError when the user passes dotted revnos in the wrong
order to log
(eg. `bzr log -r 1.1.1..1`), by comparing revision ids in stead of
revnos.
This is needed because for some reason we always get a revno=1 for
dotted revnos,
which was allowed past this validation.
I added a assertRevnos() to the blackbox test but didn't refactor the other
tests
to use it because of all the other log changes in BundleBuddy and I didn't
want
to cause unnecessary conflicts. (I can do that when all the other log
changes have landed)
regards
marius
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://lists.ubuntu.com/archives/bazaar/attachments/20090125/093ce5b9/attachment.htm
More information about the bazaar
mailing list