2 patches for repository http://darcs.net:
Sun Jan 1 15:08:03 GMT 2012 Eric Kow <kowey@darcs.net>
* Remove Darcs.Ssh.runSSH (only used once).
Sun Jan 1 15:08:56 GMT 2012 Eric Kow <kowey@darcs.net>
* Fix scp invocation.
Scp should be called if we cannot start darcs transfer-mode
Since issue1970 (I think), we've been calling
scp example.com example.com:file dest
instead of
scp example.com:file dest
This patch restores the original behaviour