annotate tests/test-pull.out @ 846:a30f7ee30914

When hg is invoked without parameters, the short list help is displayed. When hg is executed without parameters ( or hg is executed with the 'help shortlist' command ) the short help list is displayed. If the 'help' command is passed on the commandline the full help list is displayed. In both the cases if the switch '-v' is passed, the help contains also the aliases of the short/full commands list and the global switches.
author kreijack@inwind.REMOVEME.it
date Sat, 06 Aug 2005 13:27:31 +0100
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!