Bug: bzr log --long --short --line
Alexander Belchenko
bialix at ukr.net
Sat Feb 11 19:06:34 GMT 2006
When I test Aaron's defaults for commands I discover this behaviour of
log command: if for log command specified any combination of --long,
--short, --line options then log will be printed with shortest possible
variant. I.e.:
bzr log --long --short -> use short output
bzr log --long --short --line -> use line output.
I think that log command probably should report warning/error when it
found more than one format option. But unpleasant side effect from this
bug is that when I define defaults for log command:
log = --short -r-5..-1
Then I'm unable to access to long log without --no-default option, i.e.:
bzr --no-defaults log
I'm have no idea how this behaviour could/should be fixed.
--
Alexander
More information about the bazaar
mailing list