FEATURE REQ: add gloval option -v and --verbose

Martin Pool martinpool at gmail.com
Mon Sep 12 02:12:09 BST 2005


On 10/09/05, Jari Aalto <jari.aalto at cante.net> wrote:

> In contrast to:
> 
>    $ bzr --verbose add this.txt
>    bzr:  going to add this.txt
>    bzr: nope, it's already versioned
>    $

I think that would be reasonable behaviour even without -v.  It should
be easy to add to smart_add.  The only complication is that you should
only get the message for files explicitly given on the command line; I
wouldn't want complaints if i do "bzr add ." and some things are
already versioned.

-- 
Martin




More information about the bazaar mailing list