I don't think there is anything like this in Fossil. Should we add it? ---------- Forwarded message ---------- From: Uwe Brauer <[email protected]> Date: Tue, 16 Jan 2018 22:30:08 +0100 Subject: Emacs users:vc-region-history only for git so far. To: [email protected]
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 _______________________________________________ Mercurial mailing list [email protected] https://www.mercurial-scm.org/mailman/listinfo/mercurial -- D. Richard Hipp [email protected] _______________________________________________ fossil-dev mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/fossil-dev
