diff 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 e8c4f3d3df8c
line wrap: on
line diff
--- a/tests/test-ssh
+++ b/tests/test-ssh
@@ -53,6 +53,9 @@ echo "ssh = ../dummyssh" >> .hg/hgrc
 echo "# find outgoing"
 hg out ssh://user@dummy/remote
 
+echo "# find incoming on the remote side"
+hg incoming -R ../remote -e ../dummyssh ssh://user@dummy/local
+
 echo "# push"
 hg push