mercurial/wireprotov2server.py
changeset 46895 6085b7f1536d
parent 46819 d4ba4d51f85f
child 47012 d55b71393907
--- a/mercurial/wireprotov2server.py	Mon Apr 05 23:54:54 2021 -0400
+++ b/mercurial/wireprotov2server.py	Tue Apr 06 10:38:03 2021 +0200
@@ -1582,7 +1582,8 @@
 
     # TODO this is a bunch of storage layer interface abstractions because
     # it assumes revlogs.
-    for name, encodedname, size in topfiles:
+    for rl_type, name, encodedname, size in topfiles:
+        # XXX use the `rl_type` for that
         if b'changelog' in files and name.startswith(b'00changelog'):
             pass
         elif b'manifestlog' in files and name.startswith(b'00manifest'):