up vote 16 down vote favorite
3
share [g+] share [fb]

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?

link|improve this question

79% accept rate
Perhaps this link might be of help... – Arin S. Rizk Oct 31 '08 at 14:37
feedback

closed as not constructive by Will Dec 9 '11 at 13:46

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ.

2 Answers

up vote 5 down vote accepted

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.

link|improve this answer
3  
I tried DVC, but found that it required me to jump through too many hoops just to commit my changes. I guess it might make sense if you subscribe to DVC's workflow, but for me, it sucked all the fun out of both Emacs and Mercurial. – Chen Levy Jul 1 '10 at 15:42
feedback

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 :-(

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.