log mercurial/sshrepo.py @ 9048:86b4a9b0ddda

age author description
Sat, 23 May 2009 17:03:51 +0200 Henrik Stuart named branches: client branchmap wire protocol support (issue736)
Sat, 09 May 2009 17:32:57 +0200 Martin Geisler util: remove ignored mode argument in popen[23]
Tue, 28 Apr 2009 17:40:46 +0200 Simon Heimberg separate import lines from mercurial and general python modules
Sun, 26 Apr 2009 01:08:54 +0200 Martin Geisler updated license to be explicit about GPL version 2
Sun, 26 Apr 2009 16:50:44 -0500 Matt Mackall replace various uses of list.reverse()
Wed, 22 Apr 2009 00:55:32 +0200 Martin Geisler util: use built-in set and frozenset
Mon, 23 Mar 2009 13:12:07 +0100 Peter Arrenbrecht cleanup: drop unused imports
Mon, 12 Jan 2009 11:28:30 -0600 Matt Mackall sshrepo: change raise_ to abort
Mon, 12 Jan 2009 11:28:28 -0600 Matt Mackall error: move UnexpectedOutput (now ResponseError)
Mon, 12 Jan 2009 10:42:31 -0600 Matt Mackall error: move repo errors
Mon, 12 Jan 2009 09:16:03 +0100 Dirkjan Ochtman use dict.iteritems() rather than dict.items()
Wed, 22 Oct 2008 21:41:57 +0200 Benoit Boissinot protocol/between: the protocol expects to have ' '-separated tuples
Sun, 05 Oct 2008 21:35:26 +0200 Dirkjan Ochtman python2.6: use subprocess if available
Sun, 31 Aug 2008 16:12:02 +0200 Martin Geisler i18n: mark strings for translation in Mercurial
Thu, 20 Mar 2008 11:12:35 -0500 Matt Mackall remoterepo: no longer needed
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
Thu, 06 Mar 2008 22:23:26 +0100 Joel Rosdahl Expand import * to allow Pyflakes to find problems
Sun, 03 Feb 2008 21:47:07 -0200 Alexis S. L. Carvalho merge with crew-stable
Sun, 03 Feb 2008 21:03:46 -0200 Alexis S. L. Carvalho sshrepo: be more careful while reading data
Fri, 18 Jan 2008 17:01:28 -0800 Bryan O'Sullivan Fix typo.
Wed, 12 Dec 2007 16:44:26 -0600 Steve Borho win32: fix ssh://host:port when using Plink
Mon, 10 Sep 2007 23:53:23 +0200 Patrick Mezard Merge with crew-stable
Mon, 10 Sep 2007 23:34:33 +0200 Alexis S. L. Carvalho sshrepo: fix Windows command quoting
Mon, 27 Aug 2007 14:48:08 -0700 Bryan O'Sullivan Push capability checking into protocol-level code.
Mon, 27 Aug 2007 14:16:04 -0700 Bryan O'Sullivan Turn capabilities into a mutable set, instead of a fixed tuple.
Fri, 17 Aug 2007 23:20:13 -0300 Alexis S. L. Carvalho Merge with crew-stable
Fri, 17 Aug 2007 22:43:38 -0300 Alexis S. L. Carvalho Fix sshrepo.unbundle
Wed, 15 Aug 2007 16:10:24 -0500 Matt Mackall fix-up references to repo.RepoError
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