mercurial/repoview.py
Sun, 06 Oct 2019 16:58:55 -0400 Gregory Szorc py3: manually import pycompat.delattr where it is needed
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr where it is needed
Sun, 06 Oct 2019 14:58:42 -0400 Gregory Szorc py3: manually import pycompat.setattr where it is needed
Sun, 06 Oct 2019 09:48:39 -0400 Augie Fackler formatting: byteify all mercurial/ and hgext/ string literals
Sun, 06 Oct 2019 09:45:02 -0400 Augie Fackler formatting: blacken the codebase
Sat, 06 Apr 2019 17:46:19 +0200 Pierre-Yves David repoview: introduce a `experimental.extra-filter-revs` config
Fri, 12 Apr 2019 15:41:32 +0200 Pierre-Yves David repoview: move subsettable in a dedicated module
Mon, 21 May 2018 17:28:35 +0200 Pierre-Yves David repoview: introduce a filter for serving hidden changesets
Sat, 13 Apr 2019 20:57:50 +0200 Pierre-Yves David repoview: fix conditional around unserved changesets
Sat, 25 Aug 2018 01:19:48 +0200 Boris Feld phases: add an internal phases
Fri, 20 Jul 2018 08:10:32 -0700 Martin von Zweigbergk index: don't include nullid in len()
Wed, 01 Aug 2018 13:00:45 -0700 Gregory Szorc global: use pycompat.xrange()
Tue, 22 May 2018 18:10:37 +0200 Boris Feld phases: define an official tuple of phases we do not share
Tue, 22 May 2018 18:10:00 +0200 Boris Feld phases: define an official tuple of mutable phases
Mon, 21 May 2018 17:33:50 +0200 Boris Feld repoview: use 'phasecache.getrevset' when computing 'unserved' filter
Mon, 18 Dec 2017 17:50:02 +0530 Pulkit Goyal repoview: add a new filtername for accessing hidden commits
Fri, 22 Dec 2017 22:19:42 +0530 Pulkit Goyal repoview: add visibilityexception argument to filterrevs() and related fns
Fri, 22 Dec 2017 17:57:11 +0530 Pulkit Goyal repoview: add visibilityexceptions as an optional argument to repo.filtered()
Tue, 05 Dec 2017 21:56:48 +0900 Yuya Nishihara repoview: include filter name in repr for debugging
Tue, 05 Dec 2017 21:50:33 +0900 Yuya Nishihara repoview: extract a factory function of proxy class
Tue, 10 Oct 2017 23:19:35 +0530 Pulkit Goyal repoview: remove incorrect documentation of the function
Thu, 08 Jun 2017 20:28:13 -0700 Gregory Szorc repoview: remove special casing of "requirements"
Tue, 30 May 2017 13:16:32 -0700 Martin von Zweigbergk hidden: remove unnecessary guard condition
Tue, 30 May 2017 10:27:20 -0700 Martin von Zweigbergk hidden: subtract pinned revs from hidden earlier
Sat, 27 May 2017 23:05:10 -0700 Martin von Zweigbergk hidden: make _revealancestors() reveal ancestors exclusively
Sat, 27 May 2017 22:55:19 -0700 Martin von Zweigbergk hidden: remove _consistencyblockers()
Sat, 27 May 2017 22:43:37 -0700 Martin von Zweigbergk hidden: pass revs to iterate into _consistencyblockers()
Sat, 27 May 2017 22:10:20 -0700 Martin von Zweigbergk hidden: remove unnecessary 'domain' parameter from _revealancestors()
Sat, 27 May 2017 21:17:06 -0700 Martin von Zweigbergk hidden: change _domainancestors() to _revealancestors()
Sat, 27 May 2017 21:08:51 -0700 Martin von Zweigbergk hidden: rename "revealedrevs" to "pinnedrevs" (API)
Sat, 27 May 2017 21:02:17 -0700 Martin von Zweigbergk hidden: drop obsolete comment about cacheability
Sun, 21 May 2017 15:56:02 +0200 Pierre-Yves David hidden: drop outdated comment about "dynamic" performance
Sun, 21 May 2017 15:47:06 +0200 Pierre-Yves David hidden: unify the static and dynamic blocker logic
Sun, 21 May 2017 15:53:08 +0200 Pierre-Yves David hidden: drop the hidden cache logic
Sun, 21 May 2017 16:01:20 +0200 Pierre-Yves David hidden: simplify the computation of consistency blocker
Sun, 21 May 2017 15:35:21 +0200 Pierre-Yves David hidden: use _domainancestors to compute revs revealed by dynamic blocker
Sun, 21 May 2017 15:21:46 +0200 Pierre-Yves David hidden: add a function returning ancestors of revs within a domain
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
less more (0) -100 -60 tip