Emacs users:vc-region-history only for git so far.

Uwe Brauer oub at mat.ucm.es
Tue Jan 16 21:30:08 UTC 2018


Hi

For those of you, you are using Emacs together with mercurial. I 
just found out that vc-region-history, allows you to mark a region 
and then runs a sort of log command. This emacs function is only 
implemented for git, so far. I asked in the emacs dev list and it 
turned out that the underying git command is

In case it is not clear, the command is  git log -p -L10,20:foo.c 
for printing the history of lines 10 to 20 of file foo.c   Is 
there anything similar in HG? Then I might to try to implement it 
for emacs.


Thanks

Uwe 



More information about the Mercurial mailing list