mercurial/extensions.py
changeset 9020 609b803dd252
parent 8964 119d1f664eae
child 9136 31177742f54a
--- a/mercurial/extensions.py	Thu Jul 02 20:03:58 2009 +0200
+++ b/mercurial/extensions.py	Sat Jul 04 12:06:33 2009 +0200
@@ -166,10 +166,6 @@
 
 def enabled():
     '''return a dict of {name: desc} of extensions, and the max name length'''
-
-    if not enabled:
-        return {}, 0
-
     exts = {}
     maxlength = 0
     exthelps = []