Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Best Mercurial mode for Emacs? [closed]

The Emacs Wiki lists several modes for supporting mercurial inside of Emacs, including the built-in VC mode. Is it worth exploring any of the other modes, such as the one distributed with mercurial itself?

like image 315
James Sulak Avatar asked Oct 29 '08 16:10

James Sulak


2 Answers

I would suggest DVC. It supports other distributed version control systems (notably git), it's easy to configure and it works as much like the default VC mode as reasonable. It also seems to have a larger user-base than the mercurial mode.

like image 131
David Nehme Avatar answered Nov 03 '22 11:11

David Nehme


This depends on which other DVCS you using. If you using several, then DVC could be good choice.

If you want to get native support of mercurial, then you can use either mercurial.el (described in my article), either aHg package, that has some advantages over mercurial.el. I plan to update my article with description of this package, but i don't know when it will be done :-(

like image 37
Alex Ott Avatar answered Nov 03 '22 12:11

Alex Ott