Show More
@@ -123,7 +123,7 b' def docstrings(path):' | |||
|
123 | 123 | if not cmdtable: |
|
124 | 124 | # Maybe we are processing mercurial.commands? |
|
125 | 125 | cmdtable = getattr(mod, 'table', {}) |
|
126 |
functions.extend((c[0], False) for c in cmdtable. |
|
|
126 | functions.extend((c[0], False) for c in cmdtable.values()) | |
|
127 | 127 | |
|
128 | 128 | for func, rstrip in functions: |
|
129 | 129 | if func.__doc__: |
General Comments 0
You need to be logged in to leave comments.
Login now