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
|
Sat, 02 Jan 2016 15:33:01 -0800 |
Gregory Szorc |
statichttprepo: implement __enter__ and __exit__ on httprangeheader
|
Thu, 08 Oct 2015 12:55:45 -0700 |
Pierre-Yves David |
error: get Abort from 'error' instead of 'util'
|
Sat, 08 Aug 2015 20:11:08 -0700 |
Gregory Szorc |
statichttprepo: use absolute_import
|
Thu, 25 Jun 2015 22:20:09 -0700 |
Siddharth Agarwal |
statichttprepo: kill off sopener
|
Tue, 23 Jun 2015 22:20:08 -0700 |
Gregory Szorc |
global: mass rewrite to use modern exception syntax
|
Mon, 18 May 2015 22:40:16 -0400 |
Augie Fackler |
statichttprepo: remove wrong getattr ladder
|
Tue, 10 Feb 2015 20:06:12 -0800 |
Durham Goode |
revbranchcache: move cache writing to the transaction finalizer
|
Tue, 10 Feb 2015 19:53:48 -0800 |
Durham Goode |
revbranchcache: move out of branchmap onto localrepo
|
Sun, 11 Jan 2015 00:25:54 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.sopener
|
Thu, 15 Jan 2015 23:17:12 +0100 |
Angel Ezquerra |
localrepo: remove all external users of localrepo.opener
|
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
|