Thu, 21 Nov 2019 19:56:47 +0100 |
Pierre-Yves David |
repoview: add an explicit set of all filter that show the wc parents
|
Sun, 17 Nov 2019 06:27:00 +0100 |
Pierre-Yves David |
repoview: display stack trace along side the debug message
|
Sun, 17 Nov 2019 05:32:38 +0100 |
Pierre-Yves David |
repoview: add a 'devel.debug.repo-filter' option
|
Sat, 09 Nov 2019 13:23:52 +0100 |
Pierre-Yves David |
index: use `index.get_rev` in `repoview.pinnedrevs`
|
Fri, 08 Nov 2019 11:23:22 -0800 |
Martin von Zweigbergk |
repoview: use class literal for creating filteredchangelog
|
Fri, 08 Nov 2019 11:19:20 -0800 |
Augie Fackler |
cleanup: remove pointless r-prefixes on single-quoted strings
|
Wed, 06 Nov 2019 00:35:41 -0800 |
Martin von Zweigbergk |
repoview: define filteredchangelog as a top-level (non-local) class
|
Tue, 05 Nov 2019 15:00:44 -0800 |
Martin von Zweigbergk |
repoview: avoid wrapping changelog if there's nothing to filter
|
Tue, 05 Nov 2019 14:33:02 -0800 |
Martin von Zweigbergk |
repoview: move changelog.flags() override to filteredchangelog
|
Tue, 05 Nov 2019 14:31:50 -0800 |
Martin von Zweigbergk |
repoview: move changelog.parentrevs() override to filteredchangelog
|
Tue, 05 Nov 2019 14:23:32 -0800 |
Martin von Zweigbergk |
repoview: move changelog.linkrev() override to filteredchangelog
|
Tue, 05 Nov 2019 14:22:25 -0800 |
Martin von Zweigbergk |
repoview: move changelog.node() override to filteredchangelog
|
Tue, 05 Nov 2019 14:21:47 -0800 |
Martin von Zweigbergk |
repoview: move changelog.rev() override to filteredchangelog
|
Tue, 05 Nov 2019 14:17:58 -0800 |
Martin von Zweigbergk |
repoview: move changelog.strip() override to filteredchangelog
|
Tue, 05 Nov 2019 14:16:46 -0800 |
Martin von Zweigbergk |
repoview: move changelog.headrevs() override to filteredchangelog
|
Tue, 05 Nov 2019 14:14:45 -0800 |
Martin von Zweigbergk |
repoview: move changelog.revs() override to filteredchangelog
|
Tue, 05 Nov 2019 14:12:10 -0800 |
Martin von Zweigbergk |
repoview: move changelog.__iter__() override to filteredchangelog
|
Tue, 05 Nov 2019 14:11:30 -0800 |
Martin von Zweigbergk |
repoview: move changelog.__contains__() override to filteredchangelog
|
Tue, 05 Nov 2019 14:07:08 -0800 |
Martin von Zweigbergk |
repoview: move changelog.tiprev() override to filteredchangelog
|
Tue, 05 Nov 2019 14:06:11 -0800 |
Martin von Zweigbergk |
repoview: wrap changelog class when filtering
|
Tue, 05 Nov 2019 14:00:46 -0800 |
Martin von Zweigbergk |
repoview: extract a function for wrapping changelog
|
Wed, 19 Jun 2019 18:22:10 -0400 |
Augie Fackler |
tracing: add a couple of trace points on obsolete and repoview
|
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)
|