diff -r 7ed7b13fc00a -r 913485776542 mercurial/revlogutils/constants.py --- 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