log mercurial/repoview.py @ 36761:09f320067591

age author description
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
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
Sun, 31 Aug 2014 19:43:03 +0900 Mike Hommey repoview: fix typo in repoview.changelog stable
Tue, 26 Aug 2014 13:11:53 +0200 Matt Mackall repoview: fix 0L with pack/unpack for 2.4
Wed, 20 Aug 2014 13:21:41 -0400 Augie Fackler repoview: use util.sha1() instead of hashlib.sha1()
Thu, 14 Aug 2014 16:39:02 -0500 Matt Mackall repoview: fix try/except/finally for py2.4
Tue, 12 Aug 2014 09:39:14 -0700 David Soria Parra repoview: cache hidden changesets
Tue, 12 Aug 2014 16:48:54 -0700 David Soria Parra repoview: add caching bits
Wed, 06 Aug 2014 13:26:04 -0700 David Soria Parra repoview: split _gethiddenblockers
Tue, 12 Aug 2014 16:42:24 -0700 David Soria Parra repoview: use set for blockers
Tue, 12 Aug 2014 02:40:42 -0500 Matt Mackall repoview: filter tags to non-existent nodes from blockers (issue4328) stable
Sun, 13 Apr 2014 16:36:51 -0400 Pierre-Yves David repoview: make the conversion from node to rev explicit while computing hidden
Sun, 13 Apr 2014 16:39:31 -0400 Pierre-Yves David repoview: drop duplicated lookup
Fri, 28 Mar 2014 12:51:05 -0500 Sean Farley repoview: use _gethiddenblockers in computehidden
Thu, 03 Apr 2014 20:07:42 -0500 Sean Farley repoview: add _gethiddenblockers method
Thu, 27 Mar 2014 20:14:55 -0500 Sean Farley repoview: improve performance for computehidden (issue4206)
Tue, 18 Mar 2014 20:10:33 -0500 Sean Farley repoview: add non-global tags to candidate list for blocking hidden changesets
Thu, 20 Feb 2014 02:39:01 +0100 Mads Kiilerich comments: fix minor spelling issues found with spell checker
Tue, 04 Feb 2014 17:13:45 -0500 Augie Fackler repoview: use repo.revs() instead of a private revset method
Tue, 24 Dec 2013 17:44:23 -0500 Pierre-Yves David filter: add a comment so that people do not forget to update subsettable
Wed, 06 Nov 2013 14:38:34 -0500 Augie Fackler subsettable: move from repoview to branchmap, the only place it's used
Fri, 12 Apr 2013 18:49:14 -0700 Bryan O'Sullivan merge more evolve stuff away (what?)
Fri, 12 Apr 2013 17:25:27 -0700 Bryan O'Sullivan repoview: remove more unreachable code
Fri, 12 Apr 2013 18:35:26 -0700 Bryan O'Sullivan merge away some failed evolve fat-fingering
Fri, 12 Apr 2013 17:18:52 -0700 Bryan O'Sullivan repoview: remove unreachable code
Fri, 12 Apr 2013 17:18:52 -0700 Bryan O'Sullivan repoview: remove unreachable code
Sun, 10 Feb 2013 18:24:29 +0100 Mads Kiilerich spelling: fix some minor issues found by spell checker
Sun, 27 Jan 2013 14:24:37 -0600 Kevin Bullock bookmarks: don't use bookmarks.listbookmarks in local computations stable
Mon, 21 Jan 2013 19:40:15 +0100 Pierre-Yves David documentation: update to new filter names stable
Fri, 18 Jan 2013 23:43:32 +0100 Pierre-Yves David repoview: cache filtered changelog
Thu, 17 Jan 2013 17:51:30 +0100 Pierre-Yves David repoview: protect `base` computation from weird phase root
Sun, 13 Jan 2013 01:39:16 -0600 Kevin Bullock filtering: rename filters to their antonyms
Thu, 10 Jan 2013 10:25:02 +0100 Pierre-Yves David repoview: extract hideable revision computation in a dedicated function
Mon, 07 Jan 2013 15:50:25 +0100 Pierre-Yves David performance: speedup computation of mutable revisions
Fri, 04 Jan 2013 20:19:05 +0100 Pierre-Yves David performance: speedup computation of unserved revisions
Fri, 04 Jan 2013 05:44:01 +0100 Pierre-Yves David performance: speedup computation of hidden revisions
Tue, 08 Jan 2013 17:31:00 +0100 Pierre-Yves David hidden: use both parents of working directory
Tue, 08 Jan 2013 14:10:29 +0100 Pierre-Yves David hidden: move computation in filter function
Wed, 02 Jan 2013 02:02:41 +0100 Pierre-Yves David clfilter: add impactable filter
Wed, 02 Jan 2013 01:57:46 +0100 Pierre-Yves David clfilter: add mutable filtering
Mon, 07 Jan 2013 19:24:06 +0100 Pierre-Yves David clfilter: introduces a hidden filter
Mon, 07 Jan 2013 17:16:24 +0100 Pierre-Yves David repoview: add a subset table
Wed, 02 Jan 2013 01:40:06 +0100 Pierre-Yves David clfilter: use empty frozenset intead of empty tuple
Mon, 17 Dec 2012 17:12:02 +0100 Pierre-Yves David clfilter: introduce a "unserver" filtering mode
Thu, 20 Dec 2012 17:14:07 +0100 Pierre-Yves David clfilter: add a cache on repo for set of revision to filter for a given set.
Thu, 20 Dec 2012 15:32:42 +0100 Pierre-Yves David clfilter: add actual repo filtering mechanism