diff mercurial/extensions.py @ 14079:08fde203a600

extensions: obsolete and remove parentrevspec extension As of 305c97670d7a, revsets implements the ^ and ~ operators that this extension provides, so it's no longer necessary.
author Kevin Gessner <kevin@kevingessner.com>
date Sat, 30 Apr 2011 18:27:39 +0200
parents d4ab9486e514
children d5b525697ddb
line wrap: on
line diff
--- a/mercurial/extensions.py	Sat Apr 30 11:53:57 2011 -0500
+++ b/mercurial/extensions.py	Sat Apr 30 18:27:39 2011 +0200
@@ -11,7 +11,7 @@
 
 _extensions = {}
 _order = []
-_ignore = ['hbisect', 'bookmarks']
+_ignore = ['hbisect', 'bookmarks', 'parentrevspec']
 
 def extensions():
     for name in _order: