log mercurial/httprepo.py @ 3609:a969e81631ce

age author description
Wed, 01 Nov 2006 22:01:30 +0100 Benoit Boissinot hgweb: if the server supports it, send a compressed bundle
Wed, 01 Nov 2006 14:53:11 -0300 Alexis S. L. Carvalho Use httpconnection even with proxies.
Sat, 28 Oct 2006 23:05:57 +0200 Thomas Arendsen Hein Inform the user about the new URL when being redirected via http.
Sat, 28 Oct 2006 11:00:59 +0200 Thomas Arendsen Hein Stripping of query string (since 88b4755fa48f) stripped too much (issue327)
Fri, 27 Oct 2006 19:24:57 +0200 Thomas Arendsen Hein Turn bundle file into a string for http push, for urllib2 over proxies.
Fri, 27 Oct 2006 18:30:53 +0200 Thomas Arendsen Hein Force the content-length header to be a string in httprepo.unbundle.
Fri, 27 Oct 2006 18:20:28 +0200 Thomas Arendsen Hein Use the new UnexpectedOutput exception in httprepo, too.
Fri, 27 Oct 2006 15:02:27 +0200 Benoit Boissinot httprepo: record the url after a request, makes pull + redirect works
Wed, 18 Oct 2006 02:08:36 -0500 Matt Mackall httprepo: add support for passing lookup exception data
Sat, 09 Sep 2006 18:25:06 -0700 Eric Hopper Adding changegroupsubset and lookup to web protocol so pull -r and
Sun, 15 Oct 2006 21:09:56 +0200 Thomas Arendsen Hein Catch python2.3's IndexError with bogus http proxy settings. (issue203)
Sun, 01 Oct 2006 19:26:33 +0200 Thomas Arendsen Hein Whitespace/Tab cleanup
Tue, 26 Sep 2006 14:40:21 -0500 TK Soh do not disclose proxy user and password in debug messages
Mon, 18 Sep 2006 17:43:31 +0200 Benoit Boissinot fix warnings spotted by pychecker
Fri, 08 Sep 2006 09:36:18 +0200 Thomas Arendsen Hein Never apply string formatting to generated errors with util.Abort.