diff -r 44001e6f04de -r 4ea606568f61 mercurial/revlog.py --- a/mercurial/revlog.py Wed Oct 11 15:15:28 2023 +0200 +++ b/mercurial/revlog.py Tue Sep 19 22:52:54 2023 +0200 @@ -291,6 +291,7 @@ @staticmethod def is_inline_index(header_bytes): + """Determine if a revlog is inline from the initial bytes of the index""" header = INDEX_HEADER.unpack(header_bytes)[0] _format_flags = header & ~0xFFFF