##// END OF EJS Templates
test-revlog: adds a non-root revision with a delta against nullrev...
marmoute -
r50133:6aae0e1e default
parent child Browse files
Show More
@@ -27,6 +27,8 b' rm -rf nullrev-diff'
27 27 cd nullrev-diff
28 28 echo hi > a
29 29 ../../../hg commit -Am root-B
30 echo ho > a
31 ../../../hg commit -Am child-A
30 32 ../../../hg debugdeltachain a
31 33 rm -rf .hg/cache/ .hg/wcache/
32 34 cd ..
1 NO CONTENT: modified file, binary diff hidden
@@ -78,6 +78,9 b' This is what we did to produce the repo '
78 78 $ hg debugdeltachain a
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 1 0 -1 1 2 -1 p2 15 3 15 5.00000 30 15 1.00000 30 30 0.50000 1
81 82 $ hg cat --config rhg.cat=true -r 0 a
82 83 hi
84 $ hg cat --config rhg.cat=true -r 1 a
85 ho
83 86 $ cd ..
General Comments 0
You need to be logged in to leave comments. Login now