mercurial/revlog.py
changeset 47143 47ffc754989a
parent 47139 f58a13c52726
child 47144 b6e1fe7ac24b
--- a/mercurial/revlog.py	Mon May 03 12:21:15 2021 +0200
+++ b/mercurial/revlog.py	Mon May 03 12:21:25 2021 +0200
@@ -2268,9 +2268,6 @@
             len(serialized_sidedata),
         )
 
-        if self._format_version != REVLOGV2:
-            e = e[:8]
-
         self.index.append(e)
         entry = self.index.entry_binary(curr)
         if curr == 0: