log mercurial/statichttprepo.py @ 23869:d9967b82394a

age author description
Sun, 14 Dec 2014 19:11:44 -0800 Ryan McElroy namespaces: remove weakref; always pass in repo
Sun, 14 Dec 2014 12:53:50 -0800 Sean Farley namespaces: add bookmarks to the names data structure
Sun, 14 Dec 2014 19:27:58 +0100 Mads Kiilerich statichttprepo: update profile of __call__ in mock vfs object
Mon, 07 Apr 2014 11:45:50 -0700 Pierre-Yves David statichttp: respect localrepo _restrictcapabilities
Sun, 17 Nov 2013 13:31:18 -0800 Siddharth Agarwal statichttprepo.httprangeheader: implement readlines
Sun, 17 Nov 2013 13:28:11 -0800 Siddharth Agarwal statichttprepo: pass in True to splitlines, not 1
Sat, 21 Sep 2013 21:33:29 +0900 FUJIWARA Katsunori localrepo: make supported features manageable in each repositories individually
Fri, 12 Apr 2013 17:17:05 -0700 Bryan O'Sullivan statichttprepo: add missing import of os
Mon, 24 Dec 2012 03:21:15 +0100 Pierre-Yves David branchmap: enable caching for filtered version too
Sat, 22 Dec 2012 01:59:05 +0100 Pierre-Yves David branchmap: add the tipnode (cache key) on the branchcache object
Tue, 09 Oct 2012 01:41:55 +0900 FUJIWARA Katsunori vfs: define "join()" in each classes derived from "abstractvfs"
Fri, 31 Aug 2012 02:06:29 +0900 FUJIWARA Katsunori scmutil: rename classes from "opener" to "vfs"
Fri, 13 Jul 2012 21:52:28 +0200 Sune Foldager peer: introduce canpush and improve error message
Fri, 13 Jul 2012 21:47:06 +0200 Peter Arrenbrecht peer: introduce real peer classes
Fri, 06 Jul 2012 18:45:26 +0900 FUJIWARA Katsunori localrepo: add "vfs" fields to "localrepository" for migration from "opener"