Bug: bzr log --long --short --line

Jari Aalto jari.aalto at cante.net
Sun Feb 12 14:22:34 GMT 2006


John A Meinel <john at arbash-meinel.com> writes:

>
> 	bzr --no-defaults --revision X..Y log
>
> I also don't know how --no-defaults or --no-aliases are going to be
> handled. I think if we take Erik's aliases work, then we will allow
> multiple options, with the last one taking precedence. Which is probably
> good behavior. 

It is customary that the laste option in the command line is the one
which is obeyed if it was given multiple times.

However some options can be given multiple times and that should be
taken into account:

      --verbose     (suppose -v is the short version)

      -v -v -v      (same as --verbose=3; or --verbose --verbose --verbose)

Jari





More information about the bazaar mailing list