diff -r 470820c2418d -r de7dc25ecf2e mercurial/cmdutil.py --- a/mercurial/cmdutil.py Sat May 06 14:48:47 2017 +0900 +++ b/mercurial/cmdutil.py Sat Apr 22 14:53:05 2017 +0900 @@ -2292,7 +2292,7 @@ return templatekw.showgraphnode # fast path for "{graphnode}" spec = templater.unquotestring(spec) - templ = formatter.gettemplater(ui, 'graphnode', spec) + templ = formatter.maketemplater(ui, 'graphnode', spec) cache = {} if isinstance(displayer, changeset_templater): cache = displayer.cache # reuse cache of slow templates