mercurial/hgweb/webutil.py
changeset 44345 14d0e89520a2
parent 43793 29adf0a087a1
child 45942 89a2afe31e82
--- a/mercurial/hgweb/webutil.py	Wed Jan 29 14:42:54 2020 -0800
+++ b/mercurial/hgweb/webutil.py	Tue Jan 28 21:49:50 2020 -0800
@@ -936,5 +936,5 @@
 
 def getgraphnode(repo, ctx):
     return templatekw.getgraphnodecurrent(
-        repo, ctx
+        repo, ctx, {}
     ) + templatekw.getgraphnodesymbol(ctx)