Show More
@@ -22,7 +22,7 b' hg debugindex .hg/data/b.i' | |||||
22 | echo "this should show the rename information in the metadata" |
|
22 | echo "this should show the rename information in the metadata" | |
23 | hg debugdata .hg/data/b.d 0 | head -3 | tail -2 |
|
23 | hg debugdata .hg/data/b.d 0 | head -3 | tail -2 | |
24 |
|
24 | |||
25 |
$TESTDIR/md5sum.py .hg/data/b. |
|
25 | $TESTDIR/md5sum.py .hg/data/b.i | |
26 | hg cat b > bsum |
|
26 | hg cat b > bsum | |
27 | $TESTDIR/md5sum.py bsum |
|
27 | $TESTDIR/md5sum.py bsum | |
28 | hg cat a > asum |
|
28 | hg cat a > asum |
@@ -41,7 +41,7 b' this should show a revision linked to ch' | |||||
41 | this should show the rename information in the metadata |
|
41 | this should show the rename information in the metadata | |
42 | copyrev: b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3 |
|
42 | copyrev: b789fdd96dc2f3bd229c1dd8eedf0fc60e2b68e3 | |
43 | copy: a |
|
43 | copy: a | |
44 | 566e338d09a089ba737c21e0d3759980 .hg/data/b.d |
|
44 | ed156f22f0a6fde642de0b5eba0cbbb2 .hg/data/b.i | |
45 | 60b725f10c9c85c70d97880dfe8191b3 bsum |
|
45 | 60b725f10c9c85c70d97880dfe8191b3 bsum | |
46 | 60b725f10c9c85c70d97880dfe8191b3 asum |
|
46 | 60b725f10c9c85c70d97880dfe8191b3 asum | |
47 | checking changesets |
|
47 | checking changesets |
@@ -4,7 +4,6 b' adding changesets' | |||||
4 | killed! |
|
4 | killed! | |
5 | transaction abort! |
|
5 | transaction abort! | |
6 | rollback completed |
|
6 | rollback completed | |
7 | 00changelog.d |
|
|||
8 | 00changelog.i |
|
7 | 00changelog.i | |
9 | data |
|
8 | data | |
10 | journal.dirstate |
|
9 | journal.dirstate |
@@ -5,11 +5,11 b' echo foo > a' | |||||
5 | hg add a |
|
5 | hg add a | |
6 | hg commit -m "1" -d "1000000 0" |
|
6 | hg commit -m "1" -d "1000000 0" | |
7 | hg verify |
|
7 | hg verify | |
8 |
chmod -r .hg/data/a. |
|
8 | chmod -r .hg/data/a.i | |
9 | hg verify 2>/dev/null || echo verify failed |
|
9 | hg verify 2>/dev/null || echo verify failed | |
10 |
chmod +r .hg/data/a. |
|
10 | chmod +r .hg/data/a.i | |
11 | hg verify 2>/dev/null || echo verify failed |
|
11 | hg verify 2>/dev/null || echo verify failed | |
12 |
chmod -w .hg/data/a. |
|
12 | chmod -w .hg/data/a.i | |
13 | echo barber > a |
|
13 | echo barber > a | |
14 | hg commit -m "2" -d "1000000 0" 2>/dev/null || echo commit failed |
|
14 | hg commit -m "2" -d "1000000 0" 2>/dev/null || echo commit failed | |
15 |
|
15 |
General Comments 0
You need to be logged in to leave comments.
Login now