mercurial/revlog.py
changeset 11323 d65b74106113
parent 11155 245a67fe2574
child 11497 f5a8d85df06a
child 11539 a463e3c50212
--- a/mercurial/revlog.py	Thu Jun 10 12:46:09 2010 +0200
+++ b/mercurial/revlog.py	Thu Jun 10 17:10:05 2010 +0200
@@ -353,14 +353,14 @@
         return _pack(indexformatv0, *e2)
 
 # index ng:
-# 6 bytes offset
-# 2 bytes flags
-# 4 bytes compressed length
-# 4 bytes uncompressed length
-# 4 bytes: base rev
-# 4 bytes link rev
-# 4 bytes parent 1 rev
-# 4 bytes parent 2 rev
+#  6 bytes: offset
+#  2 bytes: flags
+#  4 bytes: compressed length
+#  4 bytes: uncompressed length
+#  4 bytes: base rev
+#  4 bytes: link rev
+#  4 bytes: parent 1 rev
+#  4 bytes: parent 2 rev
 # 32 bytes: nodeid
 indexformatng = ">Qiiiiii20s12x"
 ngshaoffset = 32