mercurial/wireprotov2server.py
changeset 47877 2174f54aab18
parent 47012 d55b71393907
child 48480 cfb4f1dee978
--- a/mercurial/wireprotov2server.py	Sun Aug 01 10:57:21 2021 -0400
+++ b/mercurial/wireprotov2server.py	Mon Aug 02 08:05:13 2021 -0400
@@ -1579,7 +1579,7 @@
 
     # TODO this is a bunch of storage layer interface abstractions because
     # it assumes revlogs.
-    for rl_type, name, encodedname, size in topfiles:
+    for rl_type, name, size in topfiles:
         # XXX use the `rl_type` for that
         if b'changelog' in files and name.startswith(b'00changelog'):
             pass