log mercurial/httprepo.py @ 12163:505f64bb58af

age author description
Fri, 27 Aug 2010 13:32:38 -0400 Brodie Rao cleanup: remove unused imports
Fri, 06 Aug 2010 12:59:13 -0500 Matt Mackall Merge with stable
Thu, 05 Aug 2010 16:17:39 -0500 Matt Mackall httprepo: decompress stream incrementally to reduce memory usage stable
Wed, 14 Jul 2010 17:12:18 -0500 Matt Mackall protocol: unify client unbundle support
Wed, 14 Jul 2010 17:09:31 -0500 Matt Mackall protocol: unify client changegroup methods
Wed, 14 Jul 2010 17:07:10 -0500 Matt Mackall protocol: clean up call-like functions in http and ssh clients
Wed, 14 Jul 2010 16:55:44 -0500 Matt Mackall protocol: unify stream_out client code
Wed, 14 Jul 2010 16:35:51 -0500 Matt Mackall protocol: unify basic http client requests
Wed, 14 Jul 2010 23:03:21 -0300 Renato Cunha removed exception args indexing (not supported by py3k)
Wed, 16 Jun 2010 16:05:19 -0500 Matt Mackall pushkey: add http support
Sun, 02 May 2010 21:56:25 -0400 Greg Ward push: document return values between various repo methods.
Wed, 24 Feb 2010 12:35:26 -0500 Sune Foldager httprepo: normalize output from unbundle with ssh stable
Mon, 22 Feb 2010 23:12:12 -0500 Sune Foldager httprepo: send Content-Type instead of content-type stable
Mon, 22 Feb 2010 16:28:57 +0100 Sune Foldager httprepo: use content-type application/mercurial-0.1 for POST stable
Wed, 17 Feb 2010 11:00:48 +0100 Benoit Boissinot http: len(x) fails if it doesn't fit into an int, use __len__() instead stable