1 #!/bin/sh
2
3 mkdir t
4 cd t
5 hg init
6 echo a > a
7 hg add a
8 hg commit -m test -d "1000000 0"
9 hg history
10 hg manifest --debug
11 hg cat a
12 hg verify