log mercurial/sshrepo.py @ 3765:768ba23c948e

age author description
Sat, 02 Dec 2006 22:15:18 +0100 Thomas Arendsen Hein Change sshrepo.repoerror() into a more flexible sshrepo.raise_().
Sat, 02 Dec 2006 21:57:20 +0100 Thomas Arendsen Hein Don't show traceback on 'hg clone -r unknown ssh://hg.example.com/'.
Tue, 31 Oct 2006 23:56:52 +0100 Benoit Boissinot sshrepo: fix the parsing of the ssh url
Sat, 09 Sep 2006 18:25:06 -0700 Eric Hopper sshrepo: add passing of lookup exceptions
Sat, 09 Sep 2006 18:25:06 -0700 Eric Hopper Adding changegroupsubset and lookup to ssh protocol so pull -r and
Thu, 12 Oct 2006 20:45:25 -0300 Alexis S. L. Carvalho portability fix for test-ssh
Fri, 06 Oct 2006 16:24:14 +0200 Benoit Boissinot ssh: make the error message more clear, add a testcase