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