'forget' the recently added files
John Arbash Meinel
john at arbash-meinel.com
Sat May 27 17:03:15 BST 2006
Aaron Bentley wrote:
> Joris Putcuyps wrote:
>
> | Yes, remove will do, but trying this with multiple files is a bit
> | annoying. You need to manual check the files that you don't want and
> | call remove on them.
>
> I recently discovered a hidden command "bzr added" will list all
> newly-added files.
>
> Aaron
I really hope that we get 'bzr ls --added' written. I looked into it a
while ago, but it wasn't quite straightforward to do. The problem is
that you could supply multiple arguments to ls to show different files,
should they stack? Right now --ignored, --unknown, and --versioned stack.
Anyway, the reason to get it into ls, is because it is meant to be
line-oriented, and you could do "bzr ls --added --null | xargs -0 bzr
remove"
John
=:->
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 254 bytes
Desc: OpenPGP digital signature
Url : https://lists.ubuntu.com/archives/bazaar/attachments/20060527/972fb22e/attachment.pgp
More information about the bazaar
mailing list