comparison tests/bundles/test-revlog-diff-relative-to-nullrev.sh @ 51076:786b6225793a

debug-delta-chain: print less data by default This is faster and simpler to read.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 19 Sep 2023 03:15:12 +0200
parents f636103c4d67
children
comparison
equal deleted inserted replaced
51075:2d30d1ba0371 51076:786b6225793a
30 echo ho > a 30 echo ho > a
31 ../../../hg commit -Am child-A 31 ../../../hg commit -Am child-A
32 hg up null 32 hg up null
33 echo ha > a 33 echo ha > a
34 ../../../hg commit -Am root-A 34 ../../../hg commit -Am root-A
35 ../../../hg debugdeltachain a 35 ../../../hg debugdeltachain a --all-info
36 rm -rf .hg/cache/ .hg/wcache/ 36 rm -rf .hg/cache/ .hg/wcache/
37 cd .. 37 cd ..
38 38
39 tar cf test-revlog-diff-relative-to-nullrev.tar nullrev-diff 39 tar cf test-revlog-diff-relative-to-nullrev.tar nullrev-diff
40 40