mercurial/templater.py
changeset 45257 668af67bfd18
parent 45213 d5ccc059fbcd
child 45259 9a308336fe41
--- a/mercurial/templater.py	Wed Jul 22 10:32:28 2020 -0700
+++ b/mercurial/templater.py	Wed Jul 22 10:34:24 2020 -0700
@@ -825,7 +825,7 @@
     base = os.path.dirname(mapfile)
     conf = config.config()
 
-    def include(rel, abs, remap, sections):
+    def include(rel, remap, sections):
         templatedirs = [base, templatedir()]
         for dir in templatedirs:
             if dir is None: