Graph log - follow history across copies and renames
Stanimir Stamenkov
s7an10 at netscape.net
Sun Nov 28 12:11:44 UTC 2010
Sun, 28 Nov 2010 00:49:53 +0200, /Stanimir Stamenkov/:
> I have a file renamed/moved at some point and I issue:
>
> hg glog my_file
>
> The log normally stops at the revision the file was renamed/moved. As
> far as I've observed the glog command doesn't have a --follow option as
> the normal log command has. Is there a technical limitation the glog
> command doesn't have a --follow option, or it is just not implemented?
At least it appears possible using TortoiseHg:
http://imgur.com/DQVIr.png
Using 'hg glog --style compact doc/README.txt' command I'm getting:
@ 5[tip]:1,4 1cc3cadbb6d2 2010-11-28 00:32 +0200 stanimir
| Merge with mybranch
|
o 4 064a21e41e63 2010-11-28 00:21 +0200 stanimir
| Blah-blah
|
o 3 d9fd67b6896a 2010-11-28 00:21 +0200 stanimir
Move README under doc/
--
Stanimir
More information about the Mercurial
mailing list