annotate -rNNN for a removed file

Eric Siegerman lists08-bzr at davor.org
Tue Feb 1 20:52:08 UTC 2011


On Tue, 2011-02-01 at 01:11 -0500, Eli Zaretskii wrote:
> Btw, is there an easy way of knowing in which revision a specific file
> was removed?

bzr log -v filename | head

"log" doesn't seem to suffer from the "annotate" bug under
discussion, and "-v" makes it report the rev. where the file was
removed.

(Without "-v", the rev. that removed the file isn't shown; you
only get the last rev. that modified it.  I don't know whether to
consider that a bug or a feature, though I kind of lean towards
"bug"...)

  - Eric





More information about the bazaar mailing list