Comment 1 for bug 136942

Revision history for this message
Ian Clatworthy (ian-clatworthy) wrote :

I think we could do this by extending log with a --status-flags option. The value would be a set of letters as listed by bzr help status-flags. The output would implicitly include deltas (like -v).

To fine all deletions, you could then do something like:

  bzr log --status-flags D

Additions, renames and deletes of file foo...

  bzr log --status-flags NRD foo

In the latter case, the delta should be filtered to only show the specified file(s).