Re: hg log | git log xemacs hg support
Uwe Brauer <[email protected]> Tue, 20 Oct 2015 11:06:19 +0300
| Newsgroups | gmane.emacs.xemacs.beta |
|---|---|
| Message-ID | <[email protected]> |
> Raymond Toy writes: Uwe> Hello Uwe> I just cloned the hg xemacs rep. Uwe> When I open say abbrev.el in the lisp directory Uwe> vc-print-log tells me that the file is *not* under version control! > Yes. However, this is probably a non-trivial task, as it's not > obvious that our vc is up to handling recent GNU backends (not, I > guess), and likely it's non-trivial to port recent vc.el too. Oops that is what I feared. It is a bit paradoxical that Xemacs uses HG but does not support it. I am now starting to move from RCS to HG[1] Be it as it may GNU emacs vc is now *very* different from the Xemacs one (5 years of development?) They moved out some functionality for RCS and only after I begged some of these functionality was re installed. They support git and hg, although the git support is a bit better as far as I can tell, not surprising given that emacs uses git for its development. Anyhow I don't have any patch to offer. Footnotes: [1] as you once recommended.