author | Thomas Arendsen Hein <thomas@intevation.de> |
Wed, 10 Aug 2005 06:47:46 +0100 | |
changeset 862 | d70c1c31fd45 |
parent 814 | 0902ffece4b4 |
child 925 | 5a034646e472 |
permissions | -rw-r--r-- |
331 | 1 |
+ hg init |
2 |
+ hg addremove |
|
767
61ed30e82b27
Update tests to match new addremove chattiness.
Bryan O'Sullivan <bos@serpentine.com>
parents:
749
diff
changeset
|
3 |
adding foo |
749
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
676
diff
changeset
|
4 |
+ hg commit -m 1 |
331 | 5 |
+ hg verify |
6 |
checking changesets |
|
7 |
checking manifests |
|
8 |
crosschecking files in changesets and manifests |
|
9 |
checking files |
|
10 |
1 files, 1 changesets, 1 total revisions |
|
485 | 11 |
+ hg clone . ../branch |
331 | 12 |
+ hg co |
749
7e4843b7efd2
Update tests to use commit -m and default -u
mpm@selenic.com
parents:
676
diff
changeset
|
13 |
+ hg commit -m 2 |
331 | 14 |
+ hg pull ../branch |
404 | 15 |
pulling from ../branch |
331 | 16 |
searching for changes |
17 |
adding changesets |
|
18 |
adding manifests |
|
775 | 19 |
adding file changes |
20 |
added 1 changesets with 1 changes to 1 files |
|
404 | 21 |
(run 'hg update' to get a working copy) |
331 | 22 |
+ hg verify |
23 |
checking changesets |
|
24 |
checking manifests |
|
25 |
crosschecking files in changesets and manifests |
|
26 |
checking files |
|
27 |
1 files, 2 changesets, 2 total revisions |
|
28 |
+ hg co |
|
29 |
foo |
|
30 |
bar |
|
31 |
+ hg manifest |
|
32 |
6f4310b00b9a147241b071a60c28a650827fb03d 644 foo |