comparison tests/test-ssh @ 1982:70ba0c86da8b

Added test for incoming via ssh.
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 21 Mar 2006 12:15:25 +0100
parents 7544700fd931
children
comparison
equal deleted inserted replaced
1981:736b6c96bbbc 1982:70ba0c86da8b
51 echo "ssh = ../dummyssh" >> .hg/hgrc 51 echo "ssh = ../dummyssh" >> .hg/hgrc
52 52
53 echo "# find outgoing" 53 echo "# find outgoing"
54 hg out ssh://user@dummy/remote 54 hg out ssh://user@dummy/remote
55 55
56 echo "# find incoming on the remote side"
57 hg incoming -R ../remote -e ../dummyssh ssh://user@dummy/local
58
56 echo "# push" 59 echo "# push"
57 hg push 60 hg push
58 61
59 cd ../remote 62 cd ../remote
60 63