comparison tests/test-rename-merge1.t @ 14182:ec5886db9dc6

tests: fix deprecated use of hg debugdata/debugindex For filelogs, debugindex and debugdata can be called with the file name directly instead of the path to the revlog. Since in the future filelogs will no longer be valid revlogs, calling with a path to the revlog is deprecated for debugdata. For debugindex it is expected to still work, but I changed them as well for consistency.
author Sune Foldager <cryo@cyanite.org>
date Wed, 04 May 2011 13:37:41 +0200
parents 37f487b9fbcc
children efdcce3fd2d5
comparison
equal deleted inserted replaced
14171:fa2b596db182 14182:ec5886db9dc6
65 $ cat b 65 $ cat b
66 blahblah 66 blahblah
67 67
68 $ hg ci -m "merge" 68 $ hg ci -m "merge"
69 69
70 $ hg debugindex .hg/store/data/b.i 70 $ hg debugindex b
71 rev offset length base linkrev nodeid p1 p2 71 rev offset length base linkrev nodeid p1 p2
72 0 0 67 0 1 57eacc201a7f 000000000000 000000000000 72 0 0 67 0 1 57eacc201a7f 000000000000 000000000000
73 1 67 72 1 3 4727ba907962 000000000000 57eacc201a7f 73 1 67 72 1 3 4727ba907962 000000000000 57eacc201a7f
74 74
75 $ hg debugrename b 75 $ hg debugrename b