Show More
@@ -149,6 +149,8 b' def topicmatch(ui, kw):' | |||||
149 | for name, docs in itertools.chain( |
|
149 | for name, docs in itertools.chain( | |
150 | extensions.enabled(False).iteritems(), |
|
150 | extensions.enabled(False).iteritems(), | |
151 | extensions.disabled().iteritems()): |
|
151 | extensions.disabled().iteritems()): | |
|
152 | if not docs: | |||
|
153 | continue | |||
152 | mod = extensions.load(ui, name, '') |
|
154 | mod = extensions.load(ui, name, '') | |
153 | name = name.rpartition('.')[-1] |
|
155 | name = name.rpartition('.')[-1] | |
154 | if lowercontains(name) or lowercontains(docs): |
|
156 | if lowercontains(name) or lowercontains(docs): |
General Comments 0
You need to be logged in to leave comments.
Login now