Feature request: bzr inventory --verbose to list deleted files

Aaron Bentley aaron.bentley at utoronto.ca
Fri Aug 17 12:38:39 BST 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Jari Aalto wrote:
> Hm, where can I see list of deleted files?

bzr status

> 
>     bzr add test
>     bzr ci -m new
>     bzr rm test
>     bzr ci -m gone
>     bzr inventory
>     <empty>

If you want to see files deleted before the last commit, you'll have to
specify the appropriate -r flag, e.g.

bzr status -r -2

> SUGGESTION
> 
> "bzr inventory" command could use new option "--verbose" to list also
> items that have been deleted. Perhaps in comment to the right:

No, inventory is a hidden command.  It has been supplanted by ls.

And "deleted" is not inventory information at all.  It is delta
information; deletion is change.  Which is why status is the appropriate
command.

Aaron
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFGxYi/0F+nu1YWqI0RAg66AJ9pwWChX0ESmkyhdc1cfQYukfKDlQCghbwg
FKnePNBdynocZj8ugDBaEQw=
=8Ddm
-----END PGP SIGNATURE-----



More information about the bazaar mailing list