changeset 49828:9854a9adc466

revlog: fix misleading comment about _maxinline
author Arseniy Alekseyev <aalekseyev@janestreet.com>
date Thu, 22 Dec 2022 16:57:56 +0000
parents d09a57ce6fc4
children dcf983a5f906
files mercurial/revlog.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/revlog.py	Wed Dec 21 12:26:00 2022 +0100
+++ b/mercurial/revlog.py	Thu Dec 22 16:57:56 2022 +0000
@@ -128,7 +128,7 @@
 # Aliased for performance.
 _zlibdecompress = zlib.decompress
 
-# max size of revlog with inline data
+# max size of inline data embedded into a revlog
 _maxinline = 131072
 
 # Flag processors for REVIDX_ELLIPSIS.