Show More
@@ -103,5 +103,5 b' def extsetup(ui):' | |||
|
103 | 103 | ) |
|
104 | 104 | return |
|
105 | 105 | |
|
106 |
extensions.wrapfunction(graphmod, |
|
|
107 |
extensions.wrapfunction(templatekw, |
|
|
106 | extensions.wrapfunction(graphmod, 'outputgraph', outputprettygraph) | |
|
107 | extensions.wrapfunction(templatekw, 'getgraphnode', getprettygraphnode) |
General Comments 0
You need to be logged in to leave comments.
Login now