Show More
@@ -141,6 +141,18 b' find incoming on the remote side' | |||
|
141 | 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 | 156 | push |
|
145 | 157 | |
|
146 | 158 | $ hg push |
@@ -214,6 +226,7 b' push should succeed even though it has a' | |||
|
214 | 226 | Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
|
215 | 227 | Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
|
216 | 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 | 230 | Got arguments 1:user@dummy 2:hg -R remote serve --stdio |
|
218 | 231 | changegroup-in-remote hook: HG_NODE=a28a9d1a809cab7d4e2fde4bee738a9ede948b60 HG_SOURCE=serve HG_URL=remote:ssh:127.0.0.1 |
|
219 | 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