bzr add and recurse

Martin Pool mbp at sourcefrog.net
Tue May 31 04:57:50 BST 2005


On Tue, 2005-05-31 at 10:21 +1000, Michael Ellerman wrote:

> > Is there (or will be) a way to see wich files will be added recursivly
> > before ?

Not exactly.  It is basically those shown as unknown by 'bzr status', or
'bzr unknowns', except that it will also recurse down into directories,
whereas those two just list the directory.

Possibly there should be 'bzr add --dry-run'.  That would also be useful
for commit.

> I think add should be more verbose by default, and show you which files are 
> being added. Otherwise it's not obvious that it's recursing if you don't 
> expect it to.

It does that now.  We can add a --quiet if anyone wants it.

-- 
Martin






More information about the bazaar mailing list