mercurial/revlogutils/constants.py
changeset 46704 913485776542
parent 45671 2d6aea053153
child 46819 d4ba4d51f85f
--- a/mercurial/revlogutils/constants.py	Fri Feb 12 16:13:34 2021 -0800
+++ b/mercurial/revlogutils/constants.py	Thu Jan 28 15:28:57 2021 +0100
@@ -15,7 +15,6 @@
 REVLOGV0 = 0
 REVLOGV1 = 1
 # Dummy value until file format is finalized.
-# Reminder: change the bounds check in revlog.__init__ when this is changed.
 REVLOGV2 = 0xDEAD
 # Shared across v1 and v2.
 FLAG_INLINE_DATA = 1 << 16