##// END OF EJS Templates
test-revlog: adds a new root revision with a delta against nullrev...
marmoute -
r50134:a94f28be default
parent child Browse files
Show More
@@ -29,6 +29,9 b' echo hi > a'
29 29 ../../../hg commit -Am root-B
30 30 echo ho > a
31 31 ../../../hg commit -Am child-A
32 hg up null
33 echo ha > a
34 ../../../hg commit -Am root-A
32 35 ../../../hg debugdeltachain a
33 36 rm -rf .hg/cache/ .hg/wcache/
34 37 cd ..
1 NO CONTENT: modified file, binary diff hidden
@@ -79,8 +79,11 b' This is what we did to produce the repo '
79 79 rev p1 p2 chain# chainlen prev delta size rawsize chainsize ratio lindist extradist extraratio readsize largestblk rddensity srchunks
80 80 0 -1 -1 1 2 -1 p1 15 3 15 5.00000 15 0 0.00000 15 15 1.00000 1
81 81 1 0 -1 1 2 -1 p2 15 3 15 5.00000 30 15 1.00000 30 30 0.50000 1
82 2 -1 -1 1 2 -1 p1 15 3 15 5.00000 45 30 2.00000 45 45 0.33333 1
82 83 $ hg cat --config rhg.cat=true -r 0 a
83 84 hi
84 85 $ hg cat --config rhg.cat=true -r 1 a
85 86 ho
87 $ hg cat --config rhg.cat=true -r 2 a
88 ha
86 89 $ cd ..
General Comments 0
You need to be logged in to leave comments. Login now