##// END OF EJS Templates
hgweb: only accept POST requests for unbundle
hgweb: only accept POST requests for unbundle

File last commit:

r6266:9f76df0e default
r6335:e29557d6 default
Show More
test-ssh.out
104 lines | 3.2 KiB | text/plain | TextLexer
mpm@selenic.com
Add a simple dummy ssh test...
r1110 # creating 'remote'
Benoit Boissinot
ssh: make the error message more clear, add a testcase
r3275 # repo not found error
Matt Mackall
dispatch: use the repo path found by early parsing...
r4554 remote: abort: There is no Mercurial repository here (.hg not found)!
Benoit Boissinot
ssh: make the error message more clear, add a testcase
r3275 abort: no suitable response from remote hg!
Vadim Gelfer
add support for streaming clone....
r2612 # clone remote via stream
streaming all changes
XXX files to transfer, XXX bytes of data
Lee Cantey
Allow for MB/sec transfer rates in test-http-proxy and test-ssh....
r3015 transferred XXX bytes in XXX seconds (XXX XB/sec)
Vadim Gelfer
add support for streaming clone....
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
switch to the .hg/store layout, fix the tests
r3853 2 files, 1 changesets, 2 total revisions
Vadim Gelfer
add support for streaming clone....
r2612 # clone remote via pull
mpm@selenic.com
Add a simple dummy ssh test...
r1110 requesting all changes
adding changesets
adding manifests
adding file changes
Benoit Boissinot
switch to the .hg/store layout, fix the tests
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
Add a simple dummy ssh test...
r1110 # verify
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
Benoit Boissinot
switch to the .hg/store layout, fix the tests
r3853 2 files, 1 changesets, 2 total revisions
mpm@selenic.com
Add a simple dummy ssh test...
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
incoming/outgoing: print the name of the other repo
r4162 comparing with ssh://user@dummy/remote
mpm@selenic.com
Add a simple dummy ssh test...
r1110 searching for changes
Benoit Boissinot
switch to the .hg/store layout, fix the tests
r3853 changeset: 1:572896fe480d
mpm@selenic.com
Add a simple dummy ssh test...
r1110 tag: tip
user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
mpm@selenic.com
Add a simple dummy ssh test...
r1110 summary: add
Thomas Arendsen Hein
Added test for incoming via ssh.
r1982 # find incoming on the remote side
Alexis S. L. Carvalho
incoming/outgoing: print the name of the other repo
r4162 comparing with ssh://user@dummy/local
Thomas Arendsen Hein
Added test for incoming via ssh.
r1982 searching for changes
Benoit Boissinot
switch to the .hg/store layout, fix the tests
r3853 changeset: 1:572896fe480d
Thomas Arendsen Hein
Added test for incoming via ssh.
r1982 tag: tip
user: test
date: Mon Jan 12 13:46:40 1970 +0000
summary: add
mpm@selenic.com
Add a simple dummy ssh test...
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
switch to the .hg/store layout, fix the tests
r3853 changeset: 1:572896fe480d
mpm@selenic.com
Add a simple dummy ssh test...
r1110 tag: tip
user: test
Thomas Arendsen Hein
Use 'hg ci -d "1000000 0"' in tests to circumvent problem with leading zero....
r1933 date: Mon Jan 12 13:46:40 1970 +0000
mpm@selenic.com
Add a simple dummy ssh test...
r1110 summary: add
checking changesets
checking manifests
crosschecking files in changesets and manifests
checking files
Benoit Boissinot
switch to the .hg/store layout, fix the tests
r3853 2 files, 2 changesets, 3 total revisions
mpm@selenic.com
Add a simple dummy ssh test...
r1110 bleah
Alexis S. L. Carvalho
sshrepo: be more careful while reading data...
r5978 # push should succeed even though it has an unexpected response
Vadim Gelfer
extend network protocol to stop clients from locking servers...
r2439 pushing to ssh://user@dummy/remote
searching for changes
Matt Mackall
correct remote heads test in prepush
r3684 note: unsynced remote changes!
Vadim Gelfer
extend network protocol to stop clients from locking servers...
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
hook.py: fix redirections introduced by 323b9c55b328...
r6266 remote: KABOOM
Alexis S. L. Carvalho
sshrepo: be more careful while reading data...
r5978 changeset: 3:ac7448082955
tag: tip
parent: 1:572896fe480d
user: test
date: Mon Jan 12 13:46:42 1970 +0000
summary: z
changeset: 2:187c6caa0d1e
parent: 0:e34318c26897
user: test
date: Mon Jan 12 13:46:41 1970 +0000
summary: z
Alexis S. L. Carvalho
test-ssh: avoid a shell script
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
test-ssh: use printenv.py
r4291 changegroup-in-remote hook: HG_NODE=572896fe480d7581849806ee402175c49cb20037 HG_SOURCE=serve HG_URL=remote:ssh:127.0.0.1
Alexis S. L. Carvalho
test-ssh: avoid a shell script
r4298 Got arguments 1:user@dummy 2:hg -R remote serve --stdio
Alexis S. L. Carvalho
test-ssh: use printenv.py
r4291 changegroup-in-remote hook: HG_NODE=ac7448082955a0b2ff5cb4512c1e061c779bbc79 HG_SOURCE=serve HG_URL=remote:ssh:127.0.0.1