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

Jari Aalto jari.aalto at cante.net
Fri Aug 17 11:12:53 BST 2007


Hm, where can I see list of deleted files?

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

Okay, howabout:

    bzr inventory --show-ids

Nope. Ehm, where are they:

    bzr log -v long

Oh!

    ...
    removed:
      test

SUGGESTION

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

    file1
    test   (deleled)

Jari




More information about the bazaar mailing list