mercurial/subrepoutil.py
changeset 45255 0323972f78f3
parent 45208 f7f142d74df3
child 45257 668af67bfd18
--- a/mercurial/subrepoutil.py	Wed Jul 22 00:13:02 2020 -0700
+++ b/mercurial/subrepoutil.py	Wed Jul 22 10:25:28 2020 -0700
@@ -36,7 +36,7 @@
     p = config.config()
     repo = ctx.repo()
 
-    def read(rel, f, sections=None, remap=None):
+    def read(f, abs, sections=None, remap=None):
         if f in ctx:
             try:
                 data = ctx[f].data()