new status output

Matthew Hannigan mlh at zip.com.au
Tue Oct 25 23:30:24 BST 2005


On Tue, Oct 25, 2005 at 08:57:12AM -0400, Aaron Bentley wrote:
> > Btw, you'll get in trouble with xargs in that one if there's any filenames
> > with spaces. For what you're trying there, how about bzr add "*" ?
> 
> That would add ignored files as well as unknown files.  Better to do
> "bzr add" or "bzr add ."

I took James' "*" to mean 'all non-ignored'.

Another possibility is add an option to add:
	bzr add --unknowns

I agree with James that xargs is rich in potential for error.

Matt




More information about the bazaar mailing list