Re: hg log | git log xemacs hg support
Mike Kupfer <[email protected]> Tue, 20 Oct 2015 07:41:22 -0700
| Newsgroups | gmane.emacs.xemacs.beta |
|---|---|
| Message-ID | <[email protected]> |
Henry S. Thompson wrote: > vc version 1.48 at least (and earlier ones, too, IIRC) include > mercurial.el, which provides the necessary shims. > > I use mercurial for XEmacs work, and vc picks up on mercurial-managed > files just fine. mercurial.el isn't a vc backend. It provides many of the vc keybindings, and it uses some vc functions and variables. But anything that tries to use the vc API to manage a Mercurial repo will not work correctly. mike