Show More
@@ -1,29 +1,31 b'' | |||
|
1 | $ "$TESTDIR/hghave" unix-permissions || exit 80 | |
|
2 | ||
|
1 | 3 | $ hg init a |
|
2 | 4 | $ cd a |
|
3 | 5 | $ echo foo > b |
|
4 | 6 | $ hg add b |
|
5 | 7 | $ hg ci -m "b" |
|
6 | 8 | |
|
7 | 9 | $ chmod -w .hg/store |
|
8 | 10 | |
|
9 | 11 | $ cd .. |
|
10 | 12 | |
|
11 | 13 | $ hg clone a b |
|
12 | 14 | requesting all changes |
|
13 | 15 | adding changesets |
|
14 | 16 | adding manifests |
|
15 | 17 | adding file changes |
|
16 | 18 | added 1 changesets with 1 changes to 1 files |
|
17 | 19 | updating to branch default |
|
18 | 20 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
19 | 21 | |
|
20 | 22 | $ chmod +w a/.hg/store # let test clean up |
|
21 | 23 | |
|
22 | 24 | $ cd b |
|
23 | 25 | $ hg verify |
|
24 | 26 | checking changesets |
|
25 | 27 | checking manifests |
|
26 | 28 | crosschecking files in changesets and manifests |
|
27 | 29 | checking files |
|
28 | 30 | 1 files, 1 changesets, 1 total revisions |
|
29 | 31 |
General Comments 0
You need to be logged in to leave comments.
Login now