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