[PATCH] [RESEND] 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

Azhagu Selvan SP tamizhgeek at gmail.com
Wed Oct 20 07:43:04 CDT 2010


# HG changeset patch
# User Azhagu Selvan SP <tamizhgeek at gmail.com>
# Date 1287578402 -19800
# Node ID b7a8f137d14a39a8f164568306911fbb0b7f5c55
# Parent  1423d463721ce0740b4042a12529e200fe5d97a9
Reverted commit r12776

diff --git a/contrib/mercurial.el b/contrib/mercurial.el
--- a/contrib/mercurial.el
+++ b/contrib/mercurial.el
@@ -145,7 +145,7 @@
   :type 'string
   :group 'mercurial)
 
-(defcustom hg-outgoing-repository "default"
+(defcustom hg-outgoing-repository "default-push"
   "The repository to which changes are pushed to by default.
 This should be a symbolic repository name, since it is used for all
 repository-related commands."


More information about the Mercurial-devel mailing list