Sat, 20 May 2017 19:43:58 +0200 |
Pierre-Yves David |
repoview: rename '_getdynamicblockers' to 'revealedrevs' (API)
|
Sat, 20 May 2017 19:43:29 +0200 |
Pierre-Yves David |
repoview: move '_getdynamicblock' next to 'hideablerevs'
|
Sun, 12 Mar 2017 17:20:42 -0700 |
Yuya Nishihara |
py3: use portable way to stringify cache key of repoview
|
Sun, 12 Mar 2017 00:48:06 -0500 |
Augie Fackler |
repoview: specify setattr values as native strings
|
Wed, 08 Mar 2017 00:49:15 +0530 |
Pulkit Goyal |
repoview: convert attribute names to unicodes on Python 3
|
Mon, 20 Feb 2017 01:54:07 -0800 |
Stanislau Hlebik |
repoview: separate cache hash computation from cache reading
|
Fri, 10 Jun 2016 00:12:33 -0400 |
Augie Fackler |
cleanup: replace uses of util.(md5|sha1|sha256|sha512) with hashlib.\1
|
Thu, 28 Apr 2016 16:26:18 -0500 |
Matt Mackall |
repoview: ignore unwritable hidden cache
stable
|
Sat, 02 Apr 2016 15:56:47 -0700 |
Pierre-Yves David |
hideablerevs: expand docstring to warn about possible traps
|
Wed, 24 Feb 2016 06:10:46 +0900 |
FUJIWARA Katsunori |
repoview: discard filtered changelog if index isn't shared with unfiltered
|
Wed, 20 Jan 2016 13:43:01 -0800 |
Laurent Charignon |
repoview: fix corrupted hiddencache crash Mercurial (issue5042)
stable
|
Wed, 20 Jan 2016 13:40:59 -0800 |
Laurent Charignon |
repoview: add missing newline character in debug prints
stable
|
Fri, 04 Dec 2015 14:22:15 -0800 |
Pierre-Yves David |
repoview: bypass changelog method to computed cache key
|
Fri, 04 Dec 2015 14:04:24 -0800 |
Pierre-Yves David |
repoview: stop recomputing cached key in all case
|
Sat, 08 Aug 2015 19:58:05 -0700 |
Gregory Szorc |
repoview: use absolute_import
|
Sat, 16 May 2015 14:30:07 -0400 |
Augie Fackler |
cleanup: use __builtins__.any instead of util.any
|
Fri, 15 May 2015 09:57:44 -0500 |
Matt Mackall |
repoview: use try/except/finally
|
Fri, 03 Apr 2015 14:41:18 -0700 |
Pierre-Yves David |
repoview: avoid processing the same rev twice in _getstatichidden
|
Fri, 03 Apr 2015 14:37:52 -0700 |
Pierre-Yves David |
repoview: skip public parent earlier in _getstatichidden
|
Fri, 03 Apr 2015 14:36:05 -0700 |
Pierre-Yves David |
repoview: directly skip public head in _getstatichidden
|
Fri, 03 Apr 2015 14:35:53 -0700 |
Pierre-Yves David |
repoview: simplify process in _getstatichidden
|
Fri, 03 Apr 2015 14:16:50 -0700 |
Pierre-Yves David |
repoview: use a heap in _getstatichidden
|
Fri, 03 Apr 2015 13:58:12 -0700 |
Pierre-Yves David |
repoview: update documentation of _getstatichidden
|
Wed, 01 Apr 2015 12:50:10 -0700 |
Durham Goode |
repoview: improve compute staticblockers perf
|
Sun, 01 Mar 2015 23:20:02 -0600 |
Matt Mackall |
repoview: invalidate cached changelog if _delayed changes (issue4549)
stable
|
Wed, 17 Dec 2014 12:21:07 -0800 |
Pierre-Yves David |
repoview: backout ced3ecfc2e57
|
Sun, 07 Dec 2014 10:52:56 -0500 |
Matt Harbison |
repoview: allow methods on the proxy class to be replaced
|
Thu, 13 Nov 2014 11:11:17 +0000 |
Pierre-Yves David |
repoview: extract actual hidden cache writing in its own function
|
Mon, 06 Oct 2014 07:29:40 -0700 |
David Soria Parra |
repoview: remove hiddencache verification
|
Thu, 04 Sep 2014 09:59:23 -0400 |
Augie Fackler |
merge with stable
|