annotate tests/test-pull.out @ 914:8c850b81798b

Fix up help test
author mpm@selenic.com
date Tue, 16 Aug 2005 10:44:04 -0800
parents 0902ffece4b4
children 5a034646e472
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
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
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
6 checking changesets
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
7 checking manifests
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
8 crosschecking files in changesets and manifests
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
9 checking files
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
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
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
12 requesting all changes
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
13 adding changesets
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
14 adding manifests
775
122449dd89db Fix up test results
mpm@selenic.com
parents: 767
diff changeset
15 adding file changes
122449dd89db Fix up test results
mpm@selenic.com
parents: 767
diff changeset
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
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
18 checking changesets
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
19 checking manifests
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
20 crosschecking files in changesets and manifests
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
21 checking files
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
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
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
24 foo
801
1f9ec150a476 Updated output of tests.
Thomas Arendsen Hein <thomas@intevation.de>
parents: 793
diff changeset
25 + hg manifest
336
aa6cbde09f72 Add some more tests
mpm@selenic.com
parents:
diff changeset
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
5d6177b72fcc Update tests
Matt Mackall <mpm@selenic.com>
parents: 591
diff changeset
31 killed!