Show More
@@ -734,7 +734,7 b' Check hook preventing push (issue4455)' | |||||
734 | > ssh=ssh://user@dummy/issue4455-dest |
|
734 | > ssh=ssh://user@dummy/issue4455-dest | |
735 | > http=http://localhost:$HGPORT/ |
|
735 | > http=http://localhost:$HGPORT/ | |
736 | > [ui] |
|
736 | > [ui] | |
737 |
> ssh= |
|
737 | > ssh=python "$TESTDIR/dummyssh" | |
738 | > EOF |
|
738 | > EOF | |
739 | $ cat >> ../issue4455-dest/.hg/hgrc << EOF |
|
739 | $ cat >> ../issue4455-dest/.hg/hgrc << EOF | |
740 | > [hooks] |
|
740 | > [hooks] |
@@ -18,7 +18,7 b' enable obsolescence' | |||||
18 | > bundle2-exp=True |
|
18 | > bundle2-exp=True | |
19 | > bundle2-output-capture=True |
|
19 | > bundle2-output-capture=True | |
20 | > [ui] |
|
20 | > [ui] | |
21 |
> ssh= |
|
21 | > ssh=python "$TESTDIR/dummyssh" | |
22 | > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline} |
|
22 | > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline} | |
23 | > [web] |
|
23 | > [web] | |
24 | > push_ssl = false |
|
24 | > push_ssl = false |
@@ -210,7 +210,7 b' Create an extension to test bundle2 API' | |||||
210 | > bundle2-exp=True |
|
210 | > bundle2-exp=True | |
211 | > evolution=createmarkers |
|
211 | > evolution=createmarkers | |
212 | > [ui] |
|
212 | > [ui] | |
213 | > ssh=dummyssh |
|
213 | > ssh=python "$TESTDIR/dummyssh" | |
214 | > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline} |
|
214 | > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline} | |
215 | > [web] |
|
215 | > [web] | |
216 | > push_ssl = false |
|
216 | > push_ssl = false |
@@ -25,7 +25,7 b'' | |||||
25 |
|
25 | |||
26 | $ cat >> $HGRCPATH <<EOF |
|
26 | $ cat >> $HGRCPATH <<EOF | |
27 | > [ui] |
|
27 | > [ui] | |
28 | > ssh = dummyssh |
|
28 | > ssh = python "$TESTDIR/dummyssh" | |
29 | > username = nobody <no.reply@example.com> |
|
29 | > username = nobody <no.reply@example.com> | |
30 | > |
|
30 | > | |
31 | > [alias] |
|
31 | > [alias] |
@@ -81,7 +81,7 b' Start a simple HTTP server to serve bund' | |||||
81 | > [experimental] |
|
81 | > [experimental] | |
82 | > bundle2-exp=True |
|
82 | > bundle2-exp=True | |
83 | > [ui] |
|
83 | > [ui] | |
84 | > ssh=dummyssh |
|
84 | > ssh=python "$TESTDIR/dummyssh" | |
85 | > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline} |
|
85 | > logtemplate={rev}:{node|short} {phase} {author} {bookmarks} {desc|firstline} | |
86 | > EOF |
|
86 | > EOF | |
87 |
|
87 |
@@ -84,7 +84,7 b' test failure' | |||||
84 |
|
84 | |||
85 | init+push to remote2 |
|
85 | init+push to remote2 | |
86 |
|
86 | |||
87 | $ hg init -e dummyssh ssh://user@dummy/remote2 |
|
87 | $ hg init -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/remote2 | |
88 | $ hg incoming -R remote2 local |
|
88 | $ hg incoming -R remote2 local | |
89 | comparing with local |
|
89 | comparing with local | |
90 | changeset: 0:08b9e9f63b32 |
|
90 | changeset: 0:08b9e9f63b32 | |
@@ -94,7 +94,7 b' init+push to remote2' | |||||
94 | summary: init |
|
94 | summary: init | |
95 |
|
95 | |||
96 |
|
96 | |||
97 | $ hg push -R local -e dummyssh ssh://user@dummy/remote2 |
|
97 | $ hg push -R local -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/remote2 | |
98 | pushing to ssh://user@dummy/remote2 |
|
98 | pushing to ssh://user@dummy/remote2 | |
99 | searching for changes |
|
99 | searching for changes | |
100 | remote: adding changesets |
|
100 | remote: adding changesets | |
@@ -104,7 +104,7 b' init+push to remote2' | |||||
104 |
|
104 | |||
105 | clone to remote1 |
|
105 | clone to remote1 | |
106 |
|
106 | |||
107 | $ hg clone -e dummyssh local ssh://user@dummy/remote1 |
|
107 | $ hg clone -e "python \"$TESTDIR/dummyssh\"" local ssh://user@dummy/remote1 | |
108 | searching for changes |
|
108 | searching for changes | |
109 | remote: adding changesets |
|
109 | remote: adding changesets | |
110 | remote: adding manifests |
|
110 | remote: adding manifests | |
@@ -112,7 +112,7 b' clone to remote1' | |||||
112 | remote: added 1 changesets with 1 changes to 1 files |
|
112 | remote: added 1 changesets with 1 changes to 1 files | |
113 |
|
113 | |||
114 | The largefiles extension doesn't crash |
|
114 | The largefiles extension doesn't crash | |
115 | $ hg clone -e dummyssh local ssh://user@dummy/remotelf --config extensions.largefiles= |
|
115 | $ hg clone -e "python \"$TESTDIR/dummyssh\"" local ssh://user@dummy/remotelf --config extensions.largefiles= | |
116 | searching for changes |
|
116 | searching for changes | |
117 | remote: adding changesets |
|
117 | remote: adding changesets | |
118 | remote: adding manifests |
|
118 | remote: adding manifests | |
@@ -121,14 +121,14 b" The largefiles extension doesn't crash" | |||||
121 |
|
121 | |||
122 | init to existing repo |
|
122 | init to existing repo | |
123 |
|
123 | |||
124 | $ hg init -e dummyssh ssh://user@dummy/remote1 |
|
124 | $ hg init -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/remote1 | |
125 | abort: repository remote1 already exists! |
|
125 | abort: repository remote1 already exists! | |
126 | abort: could not create remote repo! |
|
126 | abort: could not create remote repo! | |
127 | [255] |
|
127 | [255] | |
128 |
|
128 | |||
129 | clone to existing repo |
|
129 | clone to existing repo | |
130 |
|
130 | |||
131 | $ hg clone -e dummyssh local ssh://user@dummy/remote1 |
|
131 | $ hg clone -e "python \"$TESTDIR/dummyssh\"" local ssh://user@dummy/remote1 | |
132 | abort: repository remote1 already exists! |
|
132 | abort: repository remote1 already exists! | |
133 | abort: could not create remote repo! |
|
133 | abort: could not create remote repo! | |
134 | [255] |
|
134 | [255] | |
@@ -224,7 +224,7 b' clone bookmarks' | |||||
224 | $ hg -R local bookmark test |
|
224 | $ hg -R local bookmark test | |
225 | $ hg -R local bookmarks |
|
225 | $ hg -R local bookmarks | |
226 | * test 0:08b9e9f63b32 |
|
226 | * test 0:08b9e9f63b32 | |
227 | $ hg clone -e dummyssh local ssh://user@dummy/remote-bookmarks |
|
227 | $ hg clone -e "python \"$TESTDIR/dummyssh\"" local ssh://user@dummy/remote-bookmarks | |
228 | searching for changes |
|
228 | searching for changes | |
229 | remote: adding changesets |
|
229 | remote: adding changesets | |
230 | remote: adding manifests |
|
230 | remote: adding manifests |
@@ -110,7 +110,7 b' used all HGPORTs, kill all daemons' | |||||
110 | #endif |
|
110 | #endif | |
111 |
|
111 | |||
112 | vanilla clients locked out from largefiles ssh repos |
|
112 | vanilla clients locked out from largefiles ssh repos | |
113 | $ hg --config extensions.largefiles=! clone -e dummyssh ssh://user@dummy/r4 r5 |
|
113 | $ hg --config extensions.largefiles=! clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/r4 r5 | |
114 | remote: |
|
114 | remote: | |
115 | remote: This repository uses the largefiles extension. |
|
115 | remote: This repository uses the largefiles extension. | |
116 | remote: |
|
116 | remote: |
@@ -42,21 +42,21 b' configure for serving' | |||||
42 |
|
42 | |||
43 | repo not found error |
|
43 | repo not found error | |
44 |
|
44 | |||
45 | $ hg clone -e dummyssh ssh://user@dummy/nonexistent local |
|
45 | $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/nonexistent local | |
46 | remote: abort: there is no Mercurial repository here (.hg not found)! |
|
46 | remote: abort: there is no Mercurial repository here (.hg not found)! | |
47 | abort: no suitable response from remote hg! |
|
47 | abort: no suitable response from remote hg! | |
48 | [255] |
|
48 | [255] | |
49 |
|
49 | |||
50 | non-existent absolute path |
|
50 | non-existent absolute path | |
51 |
|
51 | |||
52 | $ hg clone -e dummyssh ssh://user@dummy//`pwd`/nonexistent local |
|
52 | $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy//`pwd`/nonexistent local | |
53 | remote: abort: there is no Mercurial repository here (.hg not found)! |
|
53 | remote: abort: there is no Mercurial repository here (.hg not found)! | |
54 | abort: no suitable response from remote hg! |
|
54 | abort: no suitable response from remote hg! | |
55 | [255] |
|
55 | [255] | |
56 |
|
56 | |||
57 | clone remote via stream |
|
57 | clone remote via stream | |
58 |
|
58 | |||
59 | $ hg clone -e dummyssh --uncompressed ssh://user@dummy/remote local-stream |
|
59 | $ hg clone -e "python \"$TESTDIR/dummyssh\"" --uncompressed ssh://user@dummy/remote local-stream | |
60 | streaming all changes |
|
60 | streaming all changes | |
61 | 4 files to transfer, 615 bytes of data |
|
61 | 4 files to transfer, 615 bytes of data | |
62 | transferred 615 bytes in * seconds (*) (glob) |
|
62 | transferred 615 bytes in * seconds (*) (glob) | |
@@ -78,7 +78,7 b' clone remote via stream' | |||||
78 | clone bookmarks via stream |
|
78 | clone bookmarks via stream | |
79 |
|
79 | |||
80 | $ hg -R local-stream book mybook |
|
80 | $ hg -R local-stream book mybook | |
81 | $ hg clone -e dummyssh --uncompressed ssh://user@dummy/local-stream stream2 |
|
81 | $ hg clone -e "python \"$TESTDIR/dummyssh\"" --uncompressed ssh://user@dummy/local-stream stream2 | |
82 | streaming all changes |
|
82 | streaming all changes | |
83 | 4 files to transfer, 615 bytes of data |
|
83 | 4 files to transfer, 615 bytes of data | |
84 | transferred 615 bytes in * seconds (*) (glob) |
|
84 | transferred 615 bytes in * seconds (*) (glob) | |
@@ -94,7 +94,7 b' clone bookmarks via stream' | |||||
94 |
|
94 | |||
95 | clone remote via pull |
|
95 | clone remote via pull | |
96 |
|
96 | |||
97 | $ hg clone -e dummyssh ssh://user@dummy/remote local |
|
97 | $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/remote local | |
98 | requesting all changes |
|
98 | requesting all changes | |
99 | adding changesets |
|
99 | adding changesets | |
100 | adding manifests |
|
100 | adding manifests | |
@@ -119,14 +119,14 b' empty default pull' | |||||
119 |
|
119 | |||
120 | $ hg paths |
|
120 | $ hg paths | |
121 | default = ssh://user@dummy/remote |
|
121 | default = ssh://user@dummy/remote | |
122 | $ hg pull -e dummyssh |
|
122 | $ hg pull -e "python \"$TESTDIR/dummyssh\"" | |
123 | pulling from ssh://user@dummy/remote |
|
123 | pulling from ssh://user@dummy/remote | |
124 | searching for changes |
|
124 | searching for changes | |
125 | no changes found |
|
125 | no changes found | |
126 |
|
126 | |||
127 | pull from wrong ssh URL |
|
127 | pull from wrong ssh URL | |
128 |
|
128 | |||
129 | $ hg pull -e dummyssh ssh://user@dummy/doesnotexist |
|
129 | $ hg pull -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/doesnotexist | |
130 | pulling from ssh://user@dummy/doesnotexist |
|
130 | pulling from ssh://user@dummy/doesnotexist | |
131 | remote: abort: there is no Mercurial repository here (.hg not found)! |
|
131 | remote: abort: there is no Mercurial repository here (.hg not found)! | |
132 | abort: no suitable response from remote hg! |
|
132 | abort: no suitable response from remote hg! | |
@@ -141,7 +141,7 b' updating rc' | |||||
141 |
|
141 | |||
142 | $ echo "default-push = ssh://user@dummy/remote" >> .hg/hgrc |
|
142 | $ echo "default-push = ssh://user@dummy/remote" >> .hg/hgrc | |
143 | $ echo "[ui]" >> .hg/hgrc |
|
143 | $ echo "[ui]" >> .hg/hgrc | |
144 | $ echo "ssh = dummyssh" >> .hg/hgrc |
|
144 | $ echo "ssh = python \"$TESTDIR/dummyssh\"" >> .hg/hgrc | |
145 |
|
145 | |||
146 | find outgoing |
|
146 | find outgoing | |
147 |
|
147 | |||
@@ -158,7 +158,7 b' find outgoing' | |||||
158 |
|
158 | |||
159 | find incoming on the remote side |
|
159 | find incoming on the remote side | |
160 |
|
160 | |||
161 | $ hg incoming -R ../remote -e dummyssh ssh://user@dummy/local |
|
161 | $ hg incoming -R ../remote -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/local | |
162 | comparing with ssh://user@dummy/local |
|
162 | comparing with ssh://user@dummy/local | |
163 | searching for changes |
|
163 | searching for changes | |
164 | changeset: 3:a28a9d1a809c |
|
164 | changeset: 3:a28a9d1a809c | |
@@ -171,7 +171,7 b' find incoming on the remote side' | |||||
171 |
|
171 | |||
172 | find incoming on the remote side (using absolute path) |
|
172 | find incoming on the remote side (using absolute path) | |
173 |
|
173 | |||
174 | $ hg incoming -R ../remote -e dummyssh "ssh://user@dummy/`pwd`" |
|
174 | $ hg incoming -R ../remote -e "python \"$TESTDIR/dummyssh\"" "ssh://user@dummy/`pwd`" | |
175 | comparing with ssh://user@dummy/$TESTTMP/local |
|
175 | comparing with ssh://user@dummy/$TESTTMP/local | |
176 | searching for changes |
|
176 | searching for changes | |
177 | changeset: 3:a28a9d1a809c |
|
177 | changeset: 3:a28a9d1a809c | |
@@ -218,7 +218,7 b' check remote tip' | |||||
218 | test pushkeys and bookmarks |
|
218 | test pushkeys and bookmarks | |
219 |
|
219 | |||
220 | $ cd ../local |
|
220 | $ cd ../local | |
221 | $ hg debugpushkey --config ui.ssh=dummyssh ssh://user@dummy/remote namespaces |
|
221 | $ hg debugpushkey --config ui.ssh="python \"$TESTDIR/dummyssh\"" ssh://user@dummy/remote namespaces | |
222 | bookmarks |
|
222 | bookmarks | |
223 | namespaces |
|
223 | namespaces | |
224 | phases |
|
224 | phases | |
@@ -233,7 +233,7 b' test pushkeys and bookmarks' | |||||
233 | no changes found |
|
233 | no changes found | |
234 | exporting bookmark foo |
|
234 | exporting bookmark foo | |
235 | [1] |
|
235 | [1] | |
236 | $ hg debugpushkey --config ui.ssh=dummyssh ssh://user@dummy/remote bookmarks |
|
236 | $ hg debugpushkey --config ui.ssh="python \"$TESTDIR/dummyssh\"" ssh://user@dummy/remote bookmarks | |
237 | foo 1160648e36cec0054048a7edc4110c6f84fde594 |
|
237 | foo 1160648e36cec0054048a7edc4110c6f84fde594 | |
238 | $ hg book -f foo |
|
238 | $ hg book -f foo | |
239 | $ hg push --traceback |
|
239 | $ hg push --traceback | |
@@ -303,7 +303,7 b' clone bookmarks' | |||||
303 | $ hg -R ../remote bookmark test |
|
303 | $ hg -R ../remote bookmark test | |
304 | $ hg -R ../remote bookmarks |
|
304 | $ hg -R ../remote bookmarks | |
305 | * test 4:6c0482d977a3 |
|
305 | * test 4:6c0482d977a3 | |
306 | $ hg clone -e dummyssh ssh://user@dummy/remote local-bookmarks |
|
306 | $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/remote local-bookmarks | |
307 | requesting all changes |
|
307 | requesting all changes | |
308 | adding changesets |
|
308 | adding changesets | |
309 | adding manifests |
|
309 | adding manifests | |
@@ -330,21 +330,21 b' hide outer repo' | |||||
330 |
|
330 | |||
331 | Test remote paths with spaces (issue2983): |
|
331 | Test remote paths with spaces (issue2983): | |
332 |
|
332 | |||
333 | $ hg init --ssh dummyssh "ssh://user@dummy/a repo" |
|
333 | $ hg init --ssh "python \"$TESTDIR/dummyssh\"" "ssh://user@dummy/a repo" | |
334 | $ touch "$TESTTMP/a repo/test" |
|
334 | $ touch "$TESTTMP/a repo/test" | |
335 | $ hg -R 'a repo' commit -A -m "test" |
|
335 | $ hg -R 'a repo' commit -A -m "test" | |
336 | adding test |
|
336 | adding test | |
337 | $ hg -R 'a repo' tag tag |
|
337 | $ hg -R 'a repo' tag tag | |
338 | $ hg id --ssh dummyssh "ssh://user@dummy/a repo" |
|
338 | $ hg id --ssh "python \"$TESTDIR/dummyssh\"" "ssh://user@dummy/a repo" | |
339 | 73649e48688a |
|
339 | 73649e48688a | |
340 |
|
340 | |||
341 | $ hg id --ssh dummyssh "ssh://user@dummy/a repo#noNoNO" |
|
341 | $ hg id --ssh "python \"$TESTDIR/dummyssh\"" "ssh://user@dummy/a repo#noNoNO" | |
342 | abort: unknown revision 'noNoNO'! |
|
342 | abort: unknown revision 'noNoNO'! | |
343 | [255] |
|
343 | [255] | |
344 |
|
344 | |||
345 | Test (non-)escaping of remote paths with spaces when cloning (issue3145): |
|
345 | Test (non-)escaping of remote paths with spaces when cloning (issue3145): | |
346 |
|
346 | |||
347 | $ hg clone --ssh dummyssh "ssh://user@dummy/a repo" |
|
347 | $ hg clone --ssh "python \"$TESTDIR/dummyssh\"" "ssh://user@dummy/a repo" | |
348 | destination directory: a repo |
|
348 | destination directory: a repo | |
349 | abort: destination 'a repo' is not empty |
|
349 | abort: destination 'a repo' is not empty | |
350 | [255] |
|
350 | [255] | |
@@ -436,7 +436,7 b' stderr from remote commands should be pr' | |||||
436 | > [paths] |
|
436 | > [paths] | |
437 | > default-push = ssh://user@dummy/remote |
|
437 | > default-push = ssh://user@dummy/remote | |
438 | > [ui] |
|
438 | > [ui] | |
439 | > ssh = dummyssh |
|
439 | > ssh = python "$TESTDIR/dummyssh" | |
440 | > [extensions] |
|
440 | > [extensions] | |
441 | > localwrite = localwrite.py |
|
441 | > localwrite = localwrite.py | |
442 | > EOF |
|
442 | > EOF | |
@@ -457,7 +457,7 b' debug output' | |||||
457 |
|
457 | |||
458 | $ hg pull --debug ssh://user@dummy/remote |
|
458 | $ hg pull --debug ssh://user@dummy/remote | |
459 | pulling from ssh://user@dummy/remote |
|
459 | pulling from ssh://user@dummy/remote | |
460 | running dummyssh user@dummy ('|")hg -R remote serve --stdio('|") (re) |
|
460 | running python ".*/dummyssh" user@dummy ('|")hg -R remote serve --stdio('|") (re) | |
461 | sending hello command |
|
461 | sending hello command | |
462 | sending between command |
|
462 | sending between command | |
463 | remote: 345 |
|
463 | remote: 345 |
@@ -17,7 +17,7 b" creating 'remote' repo" | |||||
17 | clone remote via stream |
|
17 | clone remote via stream | |
18 |
|
18 | |||
19 | $ for i in 0 1 2 3 4 5 6 7 8; do |
|
19 | $ for i in 0 1 2 3 4 5 6 7 8; do | |
20 | > hg clone -e dummyssh --uncompressed -r "$i" ssh://user@dummy/remote test-"$i" |
|
20 | > hg clone -e "python \"$TESTDIR/dummyssh\"" --uncompressed -r "$i" ssh://user@dummy/remote test-"$i" | |
21 | > if cd test-"$i"; then |
|
21 | > if cd test-"$i"; then | |
22 | > hg verify |
|
22 | > hg verify | |
23 | > cd .. |
|
23 | > cd .. | |
@@ -139,7 +139,7 b' clone remote via stream' | |||||
139 | 4 files, 9 changesets, 7 total revisions |
|
139 | 4 files, 9 changesets, 7 total revisions | |
140 | $ cd .. |
|
140 | $ cd .. | |
141 | $ cd test-1 |
|
141 | $ cd test-1 | |
142 | $ hg pull -e dummyssh -r 4 ssh://user@dummy/remote |
|
142 | $ hg pull -e "python \"$TESTDIR/dummyssh\"" -r 4 ssh://user@dummy/remote | |
143 | pulling from ssh://user@dummy/remote |
|
143 | pulling from ssh://user@dummy/remote | |
144 | searching for changes |
|
144 | searching for changes | |
145 | adding changesets |
|
145 | adding changesets | |
@@ -153,7 +153,7 b' clone remote via stream' | |||||
153 | crosschecking files in changesets and manifests |
|
153 | crosschecking files in changesets and manifests | |
154 | checking files |
|
154 | checking files | |
155 | 1 files, 3 changesets, 2 total revisions |
|
155 | 1 files, 3 changesets, 2 total revisions | |
156 | $ hg pull -e dummyssh ssh://user@dummy/remote |
|
156 | $ hg pull -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/remote | |
157 | pulling from ssh://user@dummy/remote |
|
157 | pulling from ssh://user@dummy/remote | |
158 | searching for changes |
|
158 | searching for changes | |
159 | adding changesets |
|
159 | adding changesets | |
@@ -163,7 +163,7 b' clone remote via stream' | |||||
163 | (run 'hg update' to get a working copy) |
|
163 | (run 'hg update' to get a working copy) | |
164 | $ cd .. |
|
164 | $ cd .. | |
165 | $ cd test-2 |
|
165 | $ cd test-2 | |
166 | $ hg pull -e dummyssh -r 5 ssh://user@dummy/remote |
|
166 | $ hg pull -e "python \"$TESTDIR/dummyssh\"" -r 5 ssh://user@dummy/remote | |
167 | pulling from ssh://user@dummy/remote |
|
167 | pulling from ssh://user@dummy/remote | |
168 | searching for changes |
|
168 | searching for changes | |
169 | adding changesets |
|
169 | adding changesets | |
@@ -177,7 +177,7 b' clone remote via stream' | |||||
177 | crosschecking files in changesets and manifests |
|
177 | crosschecking files in changesets and manifests | |
178 | checking files |
|
178 | checking files | |
179 | 1 files, 5 changesets, 3 total revisions |
|
179 | 1 files, 5 changesets, 3 total revisions | |
180 | $ hg pull -e dummyssh ssh://user@dummy/remote |
|
180 | $ hg pull -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/remote | |
181 | pulling from ssh://user@dummy/remote |
|
181 | pulling from ssh://user@dummy/remote | |
182 | searching for changes |
|
182 | searching for changes | |
183 | adding changesets |
|
183 | adding changesets |
@@ -33,21 +33,21 b' configure for serving' | |||||
33 |
|
33 | |||
34 | repo not found error |
|
34 | repo not found error | |
35 |
|
35 | |||
36 | $ hg clone -e dummyssh ssh://user@dummy/nonexistent local |
|
36 | $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/nonexistent local | |
37 | remote: abort: there is no Mercurial repository here (.hg not found)! |
|
37 | remote: abort: there is no Mercurial repository here (.hg not found)! | |
38 | abort: no suitable response from remote hg! |
|
38 | abort: no suitable response from remote hg! | |
39 | [255] |
|
39 | [255] | |
40 |
|
40 | |||
41 | non-existent absolute path |
|
41 | non-existent absolute path | |
42 |
|
42 | |||
43 | $ hg clone -e dummyssh ssh://user@dummy//`pwd`/nonexistent local |
|
43 | $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy//`pwd`/nonexistent local | |
44 | remote: abort: there is no Mercurial repository here (.hg not found)! |
|
44 | remote: abort: there is no Mercurial repository here (.hg not found)! | |
45 | abort: no suitable response from remote hg! |
|
45 | abort: no suitable response from remote hg! | |
46 | [255] |
|
46 | [255] | |
47 |
|
47 | |||
48 | clone remote via stream |
|
48 | clone remote via stream | |
49 |
|
49 | |||
50 | $ hg clone -e dummyssh --uncompressed ssh://user@dummy/remote local-stream |
|
50 | $ hg clone -e "python \"$TESTDIR/dummyssh\"" --uncompressed ssh://user@dummy/remote local-stream | |
51 | streaming all changes |
|
51 | streaming all changes | |
52 | 4 files to transfer, 615 bytes of data |
|
52 | 4 files to transfer, 615 bytes of data | |
53 | transferred 615 bytes in * seconds (*) (glob) |
|
53 | transferred 615 bytes in * seconds (*) (glob) | |
@@ -69,7 +69,7 b' clone remote via stream' | |||||
69 | clone bookmarks via stream |
|
69 | clone bookmarks via stream | |
70 |
|
70 | |||
71 | $ hg -R local-stream book mybook |
|
71 | $ hg -R local-stream book mybook | |
72 | $ hg clone -e dummyssh --uncompressed ssh://user@dummy/local-stream stream2 |
|
72 | $ hg clone -e "python \"$TESTDIR/dummyssh\"" --uncompressed ssh://user@dummy/local-stream stream2 | |
73 | streaming all changes |
|
73 | streaming all changes | |
74 | 4 files to transfer, 615 bytes of data |
|
74 | 4 files to transfer, 615 bytes of data | |
75 | transferred 615 bytes in * seconds (*) (glob) |
|
75 | transferred 615 bytes in * seconds (*) (glob) | |
@@ -85,7 +85,7 b' clone bookmarks via stream' | |||||
85 |
|
85 | |||
86 | clone remote via pull |
|
86 | clone remote via pull | |
87 |
|
87 | |||
88 | $ hg clone -e dummyssh ssh://user@dummy/remote local |
|
88 | $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/remote local | |
89 | requesting all changes |
|
89 | requesting all changes | |
90 | adding changesets |
|
90 | adding changesets | |
91 | adding manifests |
|
91 | adding manifests | |
@@ -110,14 +110,14 b' empty default pull' | |||||
110 |
|
110 | |||
111 | $ hg paths |
|
111 | $ hg paths | |
112 | default = ssh://user@dummy/remote |
|
112 | default = ssh://user@dummy/remote | |
113 | $ hg pull -e dummyssh |
|
113 | $ hg pull -e "python \"$TESTDIR/dummyssh\"" | |
114 | pulling from ssh://user@dummy/remote |
|
114 | pulling from ssh://user@dummy/remote | |
115 | searching for changes |
|
115 | searching for changes | |
116 | no changes found |
|
116 | no changes found | |
117 |
|
117 | |||
118 | pull from wrong ssh URL |
|
118 | pull from wrong ssh URL | |
119 |
|
119 | |||
120 | $ hg pull -e dummyssh ssh://user@dummy/doesnotexist |
|
120 | $ hg pull -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/doesnotexist | |
121 | pulling from ssh://user@dummy/doesnotexist |
|
121 | pulling from ssh://user@dummy/doesnotexist | |
122 | remote: abort: there is no Mercurial repository here (.hg not found)! |
|
122 | remote: abort: there is no Mercurial repository here (.hg not found)! | |
123 | abort: no suitable response from remote hg! |
|
123 | abort: no suitable response from remote hg! | |
@@ -132,7 +132,7 b' updating rc' | |||||
132 |
|
132 | |||
133 | $ echo "default-push = ssh://user@dummy/remote" >> .hg/hgrc |
|
133 | $ echo "default-push = ssh://user@dummy/remote" >> .hg/hgrc | |
134 | $ echo "[ui]" >> .hg/hgrc |
|
134 | $ echo "[ui]" >> .hg/hgrc | |
135 | $ echo "ssh = dummyssh" >> .hg/hgrc |
|
135 | $ echo "ssh = python \"$TESTDIR/dummyssh\"" >> .hg/hgrc | |
136 |
|
136 | |||
137 | find outgoing |
|
137 | find outgoing | |
138 |
|
138 | |||
@@ -149,7 +149,7 b' find outgoing' | |||||
149 |
|
149 | |||
150 | find incoming on the remote side |
|
150 | find incoming on the remote side | |
151 |
|
151 | |||
152 | $ hg incoming -R ../remote -e dummyssh ssh://user@dummy/local |
|
152 | $ hg incoming -R ../remote -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/local | |
153 | comparing with ssh://user@dummy/local |
|
153 | comparing with ssh://user@dummy/local | |
154 | searching for changes |
|
154 | searching for changes | |
155 | changeset: 3:a28a9d1a809c |
|
155 | changeset: 3:a28a9d1a809c | |
@@ -162,7 +162,7 b' find incoming on the remote side' | |||||
162 |
|
162 | |||
163 | find incoming on the remote side (using absolute path) |
|
163 | find incoming on the remote side (using absolute path) | |
164 |
|
164 | |||
165 | $ hg incoming -R ../remote -e dummyssh "ssh://user@dummy/`pwd`" |
|
165 | $ hg incoming -R ../remote -e "python \"$TESTDIR/dummyssh\"" "ssh://user@dummy/`pwd`" | |
166 | comparing with ssh://user@dummy/$TESTTMP/local |
|
166 | comparing with ssh://user@dummy/$TESTTMP/local | |
167 | searching for changes |
|
167 | searching for changes | |
168 | changeset: 3:a28a9d1a809c |
|
168 | changeset: 3:a28a9d1a809c | |
@@ -209,7 +209,7 b' check remote tip' | |||||
209 | test pushkeys and bookmarks |
|
209 | test pushkeys and bookmarks | |
210 |
|
210 | |||
211 | $ cd ../local |
|
211 | $ cd ../local | |
212 | $ hg debugpushkey --config ui.ssh=dummyssh ssh://user@dummy/remote namespaces |
|
212 | $ hg debugpushkey --config ui.ssh="python \"$TESTDIR/dummyssh\"" ssh://user@dummy/remote namespaces | |
213 | bookmarks |
|
213 | bookmarks | |
214 | namespaces |
|
214 | namespaces | |
215 | phases |
|
215 | phases | |
@@ -224,7 +224,7 b' test pushkeys and bookmarks' | |||||
224 | no changes found |
|
224 | no changes found | |
225 | exporting bookmark foo |
|
225 | exporting bookmark foo | |
226 | [1] |
|
226 | [1] | |
227 | $ hg debugpushkey --config ui.ssh=dummyssh ssh://user@dummy/remote bookmarks |
|
227 | $ hg debugpushkey --config ui.ssh="python \"$TESTDIR/dummyssh\"" ssh://user@dummy/remote bookmarks | |
228 | foo 1160648e36cec0054048a7edc4110c6f84fde594 |
|
228 | foo 1160648e36cec0054048a7edc4110c6f84fde594 | |
229 | $ hg book -f foo |
|
229 | $ hg book -f foo | |
230 | $ hg push --traceback |
|
230 | $ hg push --traceback | |
@@ -294,7 +294,7 b' clone bookmarks' | |||||
294 | $ hg -R ../remote bookmark test |
|
294 | $ hg -R ../remote bookmark test | |
295 | $ hg -R ../remote bookmarks |
|
295 | $ hg -R ../remote bookmarks | |
296 | * test 4:6c0482d977a3 |
|
296 | * test 4:6c0482d977a3 | |
297 | $ hg clone -e dummyssh ssh://user@dummy/remote local-bookmarks |
|
297 | $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/remote local-bookmarks | |
298 | requesting all changes |
|
298 | requesting all changes | |
299 | adding changesets |
|
299 | adding changesets | |
300 | adding manifests |
|
300 | adding manifests | |
@@ -321,21 +321,21 b' hide outer repo' | |||||
321 |
|
321 | |||
322 | Test remote paths with spaces (issue2983): |
|
322 | Test remote paths with spaces (issue2983): | |
323 |
|
323 | |||
324 | $ hg init --ssh dummyssh "ssh://user@dummy/a repo" |
|
324 | $ hg init --ssh "python \"$TESTDIR/dummyssh\"" "ssh://user@dummy/a repo" | |
325 | $ touch "$TESTTMP/a repo/test" |
|
325 | $ touch "$TESTTMP/a repo/test" | |
326 | $ hg -R 'a repo' commit -A -m "test" |
|
326 | $ hg -R 'a repo' commit -A -m "test" | |
327 | adding test |
|
327 | adding test | |
328 | $ hg -R 'a repo' tag tag |
|
328 | $ hg -R 'a repo' tag tag | |
329 | $ hg id --ssh dummyssh "ssh://user@dummy/a repo" |
|
329 | $ hg id --ssh "python \"$TESTDIR/dummyssh\"" "ssh://user@dummy/a repo" | |
330 | 73649e48688a |
|
330 | 73649e48688a | |
331 |
|
331 | |||
332 | $ hg id --ssh dummyssh "ssh://user@dummy/a repo#noNoNO" |
|
332 | $ hg id --ssh "python \"$TESTDIR/dummyssh\"" "ssh://user@dummy/a repo#noNoNO" | |
333 | abort: unknown revision 'noNoNO'! |
|
333 | abort: unknown revision 'noNoNO'! | |
334 | [255] |
|
334 | [255] | |
335 |
|
335 | |||
336 | Test (non-)escaping of remote paths with spaces when cloning (issue3145): |
|
336 | Test (non-)escaping of remote paths with spaces when cloning (issue3145): | |
337 |
|
337 | |||
338 | $ hg clone --ssh dummyssh "ssh://user@dummy/a repo" |
|
338 | $ hg clone --ssh "python \"$TESTDIR/dummyssh\"" "ssh://user@dummy/a repo" | |
339 | destination directory: a repo |
|
339 | destination directory: a repo | |
340 | abort: destination 'a repo' is not empty |
|
340 | abort: destination 'a repo' is not empty | |
341 | [255] |
|
341 | [255] | |
@@ -424,7 +424,7 b' stderr from remote commands should be pr' | |||||
424 | > [paths] |
|
424 | > [paths] | |
425 | > default-push = ssh://user@dummy/remote |
|
425 | > default-push = ssh://user@dummy/remote | |
426 | > [ui] |
|
426 | > [ui] | |
427 | > ssh = dummyssh |
|
427 | > ssh = python "$TESTDIR/dummyssh" | |
428 | > [extensions] |
|
428 | > [extensions] | |
429 | > localwrite = localwrite.py |
|
429 | > localwrite = localwrite.py | |
430 | > EOF |
|
430 | > EOF | |
@@ -445,7 +445,7 b' debug output' | |||||
445 |
|
445 | |||
446 | $ hg pull --debug ssh://user@dummy/remote |
|
446 | $ hg pull --debug ssh://user@dummy/remote | |
447 | pulling from ssh://user@dummy/remote |
|
447 | pulling from ssh://user@dummy/remote | |
448 | running dummyssh user@dummy ('|")hg -R remote serve --stdio('|") (re) |
|
448 | running python ".*/dummyssh" user@dummy ('|")hg -R remote serve --stdio('|") (re) | |
449 | sending hello command |
|
449 | sending hello command | |
450 | sending between command |
|
450 | sending between command | |
451 | remote: 345 |
|
451 | remote: 345 |
@@ -74,7 +74,7 b" subrepo debug for 'main' clone" | |||||
74 |
|
74 | |||
75 | subrepo paths with ssh urls |
|
75 | subrepo paths with ssh urls | |
76 |
|
76 | |||
77 | $ hg clone -e dummyssh ssh://user@dummy/cloned sshclone |
|
77 | $ hg clone -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/cloned sshclone | |
78 | requesting all changes |
|
78 | requesting all changes | |
79 | adding changesets |
|
79 | adding changesets | |
80 | adding manifests |
|
80 | adding manifests | |
@@ -89,7 +89,7 b' subrepo paths with ssh urls' | |||||
89 | added 1 changesets with 1 changes to 1 files |
|
89 | added 1 changesets with 1 changes to 1 files | |
90 | 3 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
90 | 3 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
91 |
|
91 | |||
92 | $ hg -R sshclone push -e dummyssh ssh://user@dummy/`pwd`/cloned |
|
92 | $ hg -R sshclone push -e "python \"$TESTDIR/dummyssh\"" ssh://user@dummy/`pwd`/cloned | |
93 | pushing to ssh://user@dummy/$TESTTMP/cloned |
|
93 | pushing to ssh://user@dummy/$TESTTMP/cloned | |
94 | pushing subrepo sub to ssh://user@dummy/$TESTTMP/sub |
|
94 | pushing subrepo sub to ssh://user@dummy/$TESTTMP/sub | |
95 | searching for changes |
|
95 | searching for changes |
@@ -90,13 +90,13 b' HTTP without the httpheader capability:' | |||||
90 |
|
90 | |||
91 | SSH (try to exercise the ssh functionality with a dummy script): |
|
91 | SSH (try to exercise the ssh functionality with a dummy script): | |
92 |
|
92 | |||
93 | $ hg debugwireargs --ssh dummyssh ssh://user@dummy/repo uno due tre quattro |
|
93 | $ hg debugwireargs --ssh "python $TESTDIR/dummyssh" ssh://user@dummy/repo uno due tre quattro | |
94 | uno due tre quattro None |
|
94 | uno due tre quattro None | |
95 | $ hg debugwireargs --ssh dummyssh ssh://user@dummy/repo eins zwei --four vier |
|
95 | $ hg debugwireargs --ssh "python $TESTDIR/dummyssh" ssh://user@dummy/repo eins zwei --four vier | |
96 | eins zwei None vier None |
|
96 | eins zwei None vier None | |
97 | $ hg debugwireargs --ssh dummyssh ssh://user@dummy/repo eins zwei |
|
97 | $ hg debugwireargs --ssh "python $TESTDIR/dummyssh" ssh://user@dummy/repo eins zwei | |
98 | eins zwei None None None |
|
98 | eins zwei None None None | |
99 | $ hg debugwireargs --ssh dummyssh ssh://user@dummy/repo eins zwei --five fuenf |
|
99 | $ hg debugwireargs --ssh "python $TESTDIR/dummyssh" ssh://user@dummy/repo eins zwei --five fuenf | |
100 | eins zwei None None None |
|
100 | eins zwei None None None | |
101 |
|
101 | |||
102 | Explicitly kill daemons to let the test exit on Windows |
|
102 | Explicitly kill daemons to let the test exit on Windows |
General Comments 0
You need to be logged in to leave comments.
Login now