log mercurial/statichttprepo.py @ 37261:3809eafedf2c

age author description
Sat, 03 Mar 2018 15:33:52 -0500 Yuya Nishihara py3: back out c77c925987d7 to store bytes filename in IOError
Sat, 03 Mar 2018 10:08:13 -0500 Yuya Nishihara py3: pass a system-string filename to sub-classes of IOError
Sun, 25 Feb 2018 23:34:58 -0500 Augie Fackler statichttprepo: move HTTPRangeHandler from byterange and delete the latter
Tue, 05 Dec 2017 21:50:33 +0900 Yuya Nishihara repoview: extract a factory function of proxy class
Sat, 28 Oct 2017 17:23:52 +0900 Yuya Nishihara statichttprepo: do not use platform path separator to build a URL stable
Sat, 29 Jul 2017 12:50:56 -0700 Gregory Szorc statichttprepo: implement wlock() (issue5613) stable
Sat, 15 Jul 2017 23:05:04 +0200 Boris Feld cachevfs: add a vfs dedicated to cache
Sat, 01 Jul 2017 20:51:19 -0700 Gregory Szorc localrepo: cache types for filtered repos (issue5043)
Thu, 08 Jun 2017 23:23:37 -0700 Gregory Szorc localrepo: move filtername to __init__
Thu, 02 Mar 2017 14:49:01 +0100 Pierre-Yves David vfs: use 'vfs' module directly in 'mercurial.statichttprepo'
Fri, 05 Aug 2016 13:56:10 +0200 Pierre-Yves David localrepo: deprecate 'repo.opener' (API)
Thu, 02 Mar 2017 03:24:58 +0100 Pierre-Yves David statichttp: use 'repo.vfs' as the main attribute
Tue, 18 Oct 2016 17:33:39 -0700 Durham Goode manifest: make manifestlog a storecache stable
Fri, 05 Aug 2016 15:48:09 +0200 Pierre-Yves David statichttprepo: do not try to write caches
Wed, 06 Apr 2016 23:22:12 +0000 timeless pycompat: switch to util.urlreq/util.urlerr for py3 compat