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