log mercurial/sshrepo.py @ 17179:0849d725e2f9

age author description
Sat, 12 May 2012 16:02:45 +0200 Brodie Rao cleanup: replace naked excepts with more specific ones
Sat, 12 May 2012 15:54:54 +0200 Brodie Rao cleanup: eradicate long lines
Fri, 09 Dec 2011 15:50:33 +0100 Thomas Arendsen Hein sshrepo: add more safe characters (issue2983)
Thu, 08 Dec 2011 16:39:00 +0100 Mads Kiilerich sshrepo: don't quote obviously safe strings (issue2983)
Sat, 26 Nov 2011 00:10:31 +0100 Mads Kiilerich ssh: quote remote paths (issue2983)
Tue, 02 Aug 2011 15:21:10 -0400 Andrew Pritchard wireproto: add out-of-band error class to allow remote repo to report errors
Mon, 06 Jun 2011 21:02:48 +0200 Peter Arrenbrecht sshrepo: fix addchangegroup's signature
Wed, 01 Jun 2011 12:38:46 +0200 Martin Geisler check-code: flag 0/1 used as constant Boolean expression
Wed, 18 May 2011 19:30:17 +0200 Martin Geisler localrepo, sshrepo: use Boolean create argument in __init__
Sat, 30 Apr 2011 09:43:20 -0700 Brodie Rao url: move URL parsing functions into util to improve startup time
Sat, 23 Apr 2011 00:51:25 +0300 Idan Kamara eliminate various naked except clauses
Thu, 31 Mar 2011 10:43:53 -0500 Matt Mackall url: nuke some newly-introduced underbars in identifiers
Wed, 30 Mar 2011 20:01:35 -0700 Brodie Rao httprepo/sshrepo: use url.url
Tue, 22 Mar 2011 07:38:32 +0100 Peter Arrenbrecht wireproto: fix handling of '*' args for HTTP and SSH
Wed, 23 Feb 2011 11:42:41 +0100 Adrian Buehlmann sshrepo: catch passwords in ssh urls stable