[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: VC hg backend that use mercurial command server.
From: |
Andrii Kolomoiets |
Subject: |
Re: VC hg backend that use mercurial command server. |
Date: |
Thu, 27 May 2021 23:01:20 +0300 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (darwin) |
Xinglu Chen <public@yoctocell.xyz> writes:
> A little late to the party (just 2 years :-)), has there been any
> updates on this?
Not much. My proposal to include it in ELPA gained little to no
interest :)
https://lists.gnu.org/archive/html/emacs-devel/2020-05/msg00938.html
> I have used it for a bit and found it very useful, I especially like the
> ‘vc-change-log’ view which shows a graph rather than just a linear
> history.
Well, you can achieve the same behavior with vc-hg backend:
(setq vc-hg-log-graph t)
--
Andrii