***SPAM*** how do I do this in Mercurial ?

Mads Kiilerich mads at kiilerich.com
Sat Jan 2 18:39:38 CST 2010


Zorba wrote, On 01/03/2010 01:00 AM:
> 1) get a list of all files in a given revision ?
>    

hg manifest -r REV

> 2) for a given file, get a history of all its changes and renames throughout
> all revisions

hg log --follow FILE

>   (preferably in a graphical format) ?
>    

Take a look at tortoisehg

/Mads



More information about the Mercurial mailing list