--- 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: