comparison tests/test-filebranch.t @ 14323:a79fea6b3e77

debugindex etc.: add --changelog and --manifest options These open the changelog and manifest, respectively, directly so you don't need to specify the path. The options have been added to debugindex, debugdata and debugrevlog. The patch also fixes some minor usage-related bugs.
author Sune Foldager <cryo@cyanite.org>
date Sat, 14 May 2011 00:30:32 +0200
parents ec5886db9dc6
children f2719b387380
comparison
equal deleted inserted replaced
14322:a90131b85fd8 14323:a79fea6b3e77
73 73
74 $ hg ci -m "merge" 74 $ hg ci -m "merge"
75 75
76 main: we should have a merge here: 76 main: we should have a merge here:
77 77
78 $ hg debugindex .hg/store/00changelog.i 78 $ hg debugindex --changelog
79 rev offset length base linkrev nodeid p1 p2 79 rev offset length base linkrev nodeid p1 p2
80 0 0 73 0 0 cdca01651b96 000000000000 000000000000 80 0 0 73 0 0 cdca01651b96 000000000000 000000000000
81 1 73 68 1 1 f6718a9cb7f3 cdca01651b96 000000000000 81 1 73 68 1 1 f6718a9cb7f3 cdca01651b96 000000000000
82 2 141 68 2 2 bdd988058d16 cdca01651b96 000000000000 82 2 141 68 2 2 bdd988058d16 cdca01651b96 000000000000
83 3 209 66 3 3 d8a521142a3c f6718a9cb7f3 bdd988058d16 83 3 209 66 3 3 d8a521142a3c f6718a9cb7f3 bdd988058d16