author | Thomas Arendsen Hein <thomas@intevation.de> |
Fri, 29 Jul 2005 15:21:02 +0100 | |
changeset 801 | 1f9ec150a476 |
parent 793 | 445970ccf57a |
child 808 | 8f5637f0a0c0 |
permissions | -rw-r--r-- |
801
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
793
diff
changeset
|
1 |
+ hg init |
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
793
diff
changeset
|
2 |
+ hg addremove |
767
61ed30e82b27
Update tests to match new addremove chattiness.
Bryan O'Sullivan <bos@serpentine.com>
parents:
642
diff
changeset
|
3 |
adding foo |
801
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
793
diff
changeset
|
4 |
+ hg commit -m 1 |
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
793
diff
changeset
|
5 |
+ hg verify |
336 | 6 |
checking changesets |
7 |
checking manifests |
|
8 |
crosschecking files in changesets and manifests |
|
9 |
checking files |
|
10 |
1 files, 1 changesets, 1 total revisions |
|
801
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
793
diff
changeset
|
11 |
+ hg clone http://localhost:20059/ copy |
336 | 12 |
requesting all changes |
13 |
adding changesets |
|
14 |
adding manifests |
|
775 | 15 |
adding file changes |
16 |
added 1 changesets with 1 changes to 1 files |
|
801
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
793
diff
changeset
|
17 |
+ hg verify |
336 | 18 |
checking changesets |
19 |
checking manifests |
|
20 |
crosschecking files in changesets and manifests |
|
21 |
checking files |
|
22 |
1 files, 1 changesets, 1 total revisions |
|
801
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
793
diff
changeset
|
23 |
+ hg co |
336 | 24 |
foo |
801
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
793
diff
changeset
|
25 |
+ hg manifest |
336 | 26 |
2ed2a3912a0b24502043eae84ee4b279c18b90dd 644 foo |
801
1f9ec150a476
Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents:
793
diff
changeset
|
27 |
+ hg pull |
522
2f1de824798a
Fix empty pull bug that appeared this morning
mpm@selenic.com
parents:
350
diff
changeset
|
28 |
pulling from http://localhost:20059/ |
2f1de824798a
Fix empty pull bug that appeared this morning
mpm@selenic.com
parents:
350
diff
changeset
|
29 |
searching for changes |
2f1de824798a
Fix empty pull bug that appeared this morning
mpm@selenic.com
parents:
350
diff
changeset
|
30 |
no changes found |
642 | 31 |
killed! |