revlog: fix inconsistent comment formatting
authorMartin Geisler <mg@aragost.com>
Thu, 10 Jun 2010 17:10:05 +0200
changeset 11323 d65b74106113
parent 11322 3d6915f5a2bb
child 11324 cdf6d861b207
revlog: fix inconsistent comment formatting
mercurial/revlog.py
--- 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