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