mercurial/bundlerepo.py
changeset 51028 f70ce1aedbcb
parent 51026 8520db304f01
child 51029 498afb627f78
--- a/mercurial/bundlerepo.py	Sat Sep 30 02:02:36 2023 +0200
+++ b/mercurial/bundlerepo.py	Tue Oct 10 10:01:57 2023 +0200
@@ -204,6 +204,8 @@
         dirlogstarts=None,
         dir=b'',
     ):
+        # XXX manifestrevlog is not actually a revlog , so mixing it with
+        # bundlerevlog is not a good idea.
         manifest.manifestrevlog.__init__(self, nodeconstants, opener, tree=dir)
         bundlerevlog.__init__(
             self,