log mercurial/httprepo.py @ 5255:65dc707606ed

age author description
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 Peter Meerwald recognize user:password in URLs that include port numbers.
Wed, 15 Aug 2007 16:10:24 -0500 Matt Mackall fix-up references to repo.RepoError
Mon, 06 Aug 2007 01:00:10 -0300 Alexis S. L. Carvalho merge with crew-stable
Mon, 06 Aug 2007 00:35:06 -0300 Alexis S. L. Carvalho httprepo: quote the path part of the URL
Sun, 08 Jul 2007 09:54:42 +0200 Thomas Arendsen Hein Removed deprecated hg:// and old-http:// protocols (issue406)
Fri, 29 Jun 2007 11:13:36 +0200 Thomas Arendsen Hein Added full URL to debug output if something doesn't look like an http hg repo.
Fri, 22 Jun 2007 14:32:54 -0300 Alexis S. L. Carvalho Work around urllib2 digest auth bug with Python < 2.5
Tue, 19 Jun 2007 08:06:37 +0200 Thomas Arendsen Hein Cleanup of whitespace, indentation and line continuation.
Wed, 06 Jun 2007 20:22:52 +0200 Thomas Arendsen Hein Removed trailing whitespace and tabs from python files
Thu, 19 Apr 2007 17:54:43 +0200 Thomas Arendsen Hein Merge with crew-stable
Thu, 19 Apr 2007 17:52:42 +0200 Thomas Arendsen Hein Avoid float rounding errors when checking http protocol version.
Fri, 16 Mar 2007 00:45:18 -0300 Alexis S. L. Carvalho Merge with crew-stable