[PATCH] contrib/mercurial.el: hg-outgoing path is set as 'default-push' which prevents it from working in repos which have the default path as just 'default'. Fixed that

timeless timeless at gmail.com
Wed Oct 20 07:21:25 CDT 2010


On Wed, Oct 20, 2010 at 3:17 PM, Azhagu Selvan SP <tamizhgeek at gmail.com> wrote:
> Fix found in this url - http://alexott.net/en/writings/emacs-vcs/EmacsMercurial.html

> -(defcustom hg-outgoing-repository "default-push"
> +(defcustom hg-outgoing-repository "default"

Shouldn't this just be ""? If I have "default-push" and "default", I'm
pretty sure I want mercurial to use default-push.


More information about the Mercurial-devel mailing list