##// END OF EJS Templates
graphlog: do not look up graphnodetemplate in template paths (BC)...
Yuya Nishihara -
r32830:de7dc25e default
parent child Browse files
Show More
@@ -2292,7 +2292,7 b' def _graphnodeformatter(ui, displayer):'
2292 return templatekw.showgraphnode # fast path for "{graphnode}"
2292 return templatekw.showgraphnode # fast path for "{graphnode}"
2293
2293
2294 spec = templater.unquotestring(spec)
2294 spec = templater.unquotestring(spec)
2295 templ = formatter.gettemplater(ui, 'graphnode', spec)
2295 templ = formatter.maketemplater(ui, 'graphnode', spec)
2296 cache = {}
2296 cache = {}
2297 if isinstance(displayer, changeset_templater):
2297 if isinstance(displayer, changeset_templater):
2298 cache = displayer.cache # reuse cache of slow templates
2298 cache = displayer.cache # reuse cache of slow templates
General Comments 0
You need to be logged in to leave comments. Login now