diff mercurial/extensions.py @ 13368:d4ab9486e514

bookmarks: move push/pull command features to core
author Matt Mackall <mpm@selenic.com>
date Thu, 10 Feb 2011 13:46:28 -0600
parents 0d3f35394af4
children 08fde203a600
line wrap: on
line diff
--- a/mercurial/extensions.py	Thu Feb 10 13:46:28 2011 -0600
+++ b/mercurial/extensions.py	Thu Feb 10 13:46:28 2011 -0600
@@ -11,7 +11,7 @@
 
 _extensions = {}
 _order = []
-_ignore = ['hbisect']
+_ignore = ['hbisect', 'bookmarks']
 
 def extensions():
     for name in _order: