diff -r cef73cd9c268 -r d4ab9486e514 mercurial/extensions.py --- 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: