log mercurial/sshrepo.py @ 5032:6dbd40b6307c

age author description
Thu, 14 Dec 2006 20:25:19 -0600 Matt Mackall Simplify i18n imports
Wed, 13 Dec 2006 13:27:09 -0600 Matt Mackall Replace demandload with new demandimport
Sat, 02 Dec 2006 22:16:00 +0100 Thomas Arendsen Hein Use UnexpectedOutput exception instead of RepoError in sshrepo, too.
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
Wed, 13 Sep 2006 19:57:40 +0200 Benoit Boissinot sshrepo: don't try to validate when creating the repo
Sat, 02 Sep 2006 23:14:35 +0200 Benoit Boissinot sshrepo: when creating a repo, raise an error if it already exists
Sat, 02 Sep 2006 21:08:54 +0200 Benoit Boissinot sshrepo: flush stderr before connecting to the hg server
Sat, 12 Aug 2006 12:30:02 -0700 Vadim Gelfer update copyrights.
Mon, 31 Jul 2006 07:11:12 -0700 Vadim Gelfer clean up hg.py: move repo constructor code into each repo module