mercurial/revlog.py
changeset 51007 4ea606568f61
parent 50952 18c8c18993f0
child 51008 273434748051
--- 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