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

Jari Aalto jari.aalto at cante.net
Mon Sep 12 07:21:53 BST 2005


Martin Pool <martinpool at gmail.com> writes:

| 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.

I'll correct the proposal a little. It would be better if the
information fit on one line per file. So,
    
    $ bzr --verbose add this.txt
    this.txt        adding... SKIPPED; already versioned 

OR

    $ bzr --verbose add this.txt
    this.txt         adding... DONE.

The message could start at predefined column to line up other messages
(not possible for long path names, but probably works 90% of the time).

Jari





More information about the bazaar mailing list