##// END OF EJS Templates
wrapfunction: use sysstr instead of bytes as argument in "beautifygraph"...
marmoute -
r51667:caa0a25f default
parent child Browse files
Show More
@@ -103,5 +103,5 b' def extsetup(ui):'
103 )
103 )
104 return
104 return
105
105
106 extensions.wrapfunction(graphmod, b'outputgraph', outputprettygraph)
106 extensions.wrapfunction(graphmod, 'outputgraph', outputprettygraph)
107 extensions.wrapfunction(templatekw, b'getgraphnode', getprettygraphnode)
107 extensions.wrapfunction(templatekw, 'getgraphnode', getprettygraphnode)
General Comments 0
You need to be logged in to leave comments. Login now