[PATCH] add rename information handling to annotate

Robin Farine robin.farine at terminus.org
Wed Dec 28 00:33:47 UTC 2005


On Tuesday December 27 2005 23:03, Matt Mackall wrote:

> It'd be better if we could simply recurse back to the beginning
> automatically.

Could "hg log FILE" (and maybe other commands such as diff) share 
the recursion code with annotate? 

> Also note that the format changes depending on whether we hit a
> rename, which can be awkward.

Alternatively, "hg log -v FILE" could show the add/delete/rename 
information while annotate just follows the renames but does not 
show the original paths. The output of annotate might be hard to 
read if a renamed file had a long path.

Robin



More information about the Mercurial mailing list