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