test-ssh.out
90 lines
| 2.8 KiB
| text/plain
|
TextLexer
/ tests / test-ssh.out
mpm@selenic.com
|
r1110 | # creating 'remote' | ||
Benoit Boissinot
|
r3275 | # repo not found error | ||
Matt Mackall
|
r4554 | remote: abort: There is no Mercurial repository here (.hg not found)! | ||
Benoit Boissinot
|
r3275 | abort: no suitable response from remote hg! | ||
Vadim Gelfer
|
r2612 | # clone remote via stream | ||
streaming all changes | ||||
XXX files to transfer, XXX bytes of data | ||||
Lee Cantey
|
r3015 | transferred XXX bytes in XXX seconds (XXX XB/sec) | ||
Vadim Gelfer
|
r2612 | XXX files updated, XXX files merged, XXX files removed, XXX files unresolved | ||
checking changesets | ||||
checking manifests | ||||
crosschecking files in changesets and manifests | ||||
checking files | ||||
Benoit Boissinot
|
r3853 | 2 files, 1 changesets, 2 total revisions | ||
Vadim Gelfer
|
r2612 | # clone remote via pull | ||
mpm@selenic.com
|
r1110 | requesting all changes | ||
adding changesets | ||||
adding manifests | ||||
adding file changes | ||||
Benoit Boissinot
|
r3853 | added 1 changesets with 2 changes to 2 files | ||
2 files updated, 0 files merged, 0 files removed, 0 files unresolved | ||||
mpm@selenic.com
|
r1110 | # verify | ||
checking changesets | ||||
checking manifests | ||||
crosschecking files in changesets and manifests | ||||
checking files | ||||
Benoit Boissinot
|
r3853 | 2 files, 1 changesets, 2 total revisions | ||
mpm@selenic.com
|
r1110 | # empty default pull | ||
default = ssh://user@dummy/remote | ||||
pulling from ssh://user@dummy/remote | ||||
searching for changes | ||||
no changes found | ||||
# local change | ||||
# updating rc | ||||
# find outgoing | ||||
Alexis S. L. Carvalho
|
r4162 | comparing with ssh://user@dummy/remote | ||
mpm@selenic.com
|
r1110 | searching for changes | ||
Benoit Boissinot
|
r3853 | changeset: 1:572896fe480d | ||
mpm@selenic.com
|
r1110 | tag: tip | ||
user: test | ||||
Thomas Arendsen Hein
|
r1933 | date: Mon Jan 12 13:46:40 1970 +0000 | ||
mpm@selenic.com
|
r1110 | summary: add | ||
Thomas Arendsen Hein
|
r1982 | # find incoming on the remote side | ||
Alexis S. L. Carvalho
|
r4162 | comparing with ssh://user@dummy/local | ||
Thomas Arendsen Hein
|
r1982 | searching for changes | ||
Benoit Boissinot
|
r3853 | changeset: 1:572896fe480d | ||
Thomas Arendsen Hein
|
r1982 | tag: tip | ||
user: test | ||||
date: Mon Jan 12 13:46:40 1970 +0000 | ||||
summary: add | ||||
mpm@selenic.com
|
r1110 | # push | ||
pushing to ssh://user@dummy/remote | ||||
searching for changes | ||||
remote: adding changesets | ||||
remote: adding manifests | ||||
remote: adding file changes | ||||
remote: added 1 changesets with 1 changes to 1 files | ||||
# check remote tip | ||||
Benoit Boissinot
|
r3853 | changeset: 1:572896fe480d | ||
mpm@selenic.com
|
r1110 | tag: tip | ||
user: test | ||||
Thomas Arendsen Hein
|
r1933 | date: Mon Jan 12 13:46:40 1970 +0000 | ||
mpm@selenic.com
|
r1110 | summary: add | ||
checking changesets | ||||
checking manifests | ||||
crosschecking files in changesets and manifests | ||||
checking files | ||||
Benoit Boissinot
|
r3853 | 2 files, 2 changesets, 3 total revisions | ||
mpm@selenic.com
|
r1110 | bleah | ||
Vadim Gelfer
|
r2439 | # push should succeed | ||
pushing to ssh://user@dummy/remote | ||||
searching for changes | ||||
Matt Mackall
|
r3684 | note: unsynced remote changes! | ||
Vadim Gelfer
|
r2439 | remote: adding changesets | ||
remote: adding manifests | ||||
remote: adding file changes | ||||
remote: added 1 changesets with 1 changes to 1 files | ||||
Alexis S. L. Carvalho
|
r4298 | Got arguments 1:user@dummy 2:hg -R nonexistent serve --stdio | ||
Got arguments 1:user@dummy 2:hg -R remote serve --stdio | ||||
Got arguments 1:user@dummy 2:hg -R remote serve --stdio | ||||
Got arguments 1:user@dummy 2:hg -R remote serve --stdio | ||||
Got arguments 1:user@dummy 2:hg -R remote serve --stdio | ||||
Got arguments 1:user@dummy 2:hg -R local serve --stdio | ||||
Got arguments 1:user@dummy 2:hg -R remote serve --stdio | ||||
Alexis S. L. Carvalho
|
r4291 | changegroup-in-remote hook: HG_NODE=572896fe480d7581849806ee402175c49cb20037 HG_SOURCE=serve HG_URL=remote:ssh:127.0.0.1 | ||
Alexis S. L. Carvalho
|
r4298 | Got arguments 1:user@dummy 2:hg -R remote serve --stdio | ||
Alexis S. L. Carvalho
|
r4291 | changegroup-in-remote hook: HG_NODE=ac7448082955a0b2ff5cb4512c1e061c779bbc79 HG_SOURCE=serve HG_URL=remote:ssh:127.0.0.1 | ||