diff mercurial/extensions.py @ 18629:013fcd112f13

extensions: obsolete and remove interhg extension With the addition of the websub filter extension this extension is no longer needed. We maintain a sort of backwards compatibility by reading the [interhg] section and using it as we would use the [websub] section.
author Angel Ezquerra <angel.ezquerra@gmail.com>
date Sat, 09 Feb 2013 11:00:42 +0100
parents 1b2b727a885f
children af4387d8d1c7
line wrap: on
line diff
--- a/mercurial/extensions.py	Sat Feb 09 16:48:21 2013 +0100
+++ b/mercurial/extensions.py	Sat Feb 09 11:00:42 2013 +0100
@@ -11,7 +11,7 @@
 
 _extensions = {}
 _order = []
-_ignore = ['hbisect', 'bookmarks', 'parentrevspec']
+_ignore = ['hbisect', 'bookmarks', 'parentrevspec', 'interhg']
 
 def extensions():
     for name in _order: