##// END OF EJS Templates
test-ssh: test absolute path that exists
Brodie Rao -
r12504:f7dd8bff default
parent child Browse files
Show More
@@ -141,6 +141,18 b' find incoming on the remote side'
141 summary: add
141 summary: add
142
142
143
143
144 find incoming on the remote side (using absolute path)
145
146 $ hg incoming -R ../remote -e "python ../dummyssh" "ssh://user@dummy/`pwd`"
147 comparing with ssh://user@dummy/*/test-ssh.t/local (glob)
148 searching for changes
149 changeset: 1:a28a9d1a809c
150 tag: tip
151 user: test
152 date: Thu Jan 01 00:00:00 1970 +0000
153 summary: add
154
155
144 push
156 push
145
157
146 $ hg push
158 $ hg push
@@ -214,6 +226,7 b' push should succeed even though it has a'
214 Got arguments 1:user@dummy 2:hg -R remote serve --stdio
226 Got arguments 1:user@dummy 2:hg -R remote serve --stdio
215 Got arguments 1:user@dummy 2:hg -R remote serve --stdio
227 Got arguments 1:user@dummy 2:hg -R remote serve --stdio
216 Got arguments 1:user@dummy 2:hg -R local serve --stdio
228 Got arguments 1:user@dummy 2:hg -R local serve --stdio
229 Got arguments 1:user@dummy 2:hg -R /*/test-ssh.t/local serve --stdio (glob)
217 Got arguments 1:user@dummy 2:hg -R remote serve --stdio
230 Got arguments 1:user@dummy 2:hg -R remote serve --stdio
218 changegroup-in-remote hook: HG_NODE=a28a9d1a809cab7d4e2fde4bee738a9ede948b60 HG_SOURCE=serve HG_URL=remote:ssh:127.0.0.1
231 changegroup-in-remote hook: HG_NODE=a28a9d1a809cab7d4e2fde4bee738a9ede948b60 HG_SOURCE=serve HG_URL=remote:ssh:127.0.0.1
219 Got arguments 1:user@dummy 2:hg -R remote serve --stdio
232 Got arguments 1:user@dummy 2:hg -R remote serve --stdio
General Comments 0
You need to be logged in to leave comments. Login now