Comment 1 for bug 490187

Revision history for this message
Martin Pool (mbp) wrote :

There are two possible workarounds:

1- Add ignore patterns for things you don't want to add, then do 'bzr add' on a directory or on the whole tree.

2- Let your shell do the pattern expansion, eg 'bzr add **/*.cpp'