Mercurial > hg
graph
-
addset: use base implementation for __filter__Fri, 03 Oct 2014 01:34:25 -0500, by Pierre-Yves David
-
addset: use base implementation for __add__Fri, 03 Oct 2014 01:33:32 -0500, by Pierre-Yves David
-
addset: use base implementation for __sub__Fri, 03 Oct 2014 01:32:50 -0500, by Pierre-Yves David
-
addset: use base implementation for __and__Fri, 03 Oct 2014 01:31:46 -0500, by Pierre-Yves David
-
addset: promote to real smartsetThu, 02 Oct 2014 19:42:06 -0500, by Pierre-Yves David
-
addset: add a __nonzero__ methodFri, 03 Oct 2014 00:12:22 -0500, by Pierre-Yves David
-
addset: offer a fastasc and fastdesc methodsThu, 02 Oct 2014 23:38:30 -0500, by Pierre-Yves David
-
addset: split simple and ordered iterationThu, 02 Oct 2014 23:28:18 -0500, by Pierre-Yves David
-
generatorset: promote to smartsetFri, 03 Oct 2014 01:55:09 -0500, by Pierre-Yves David
-
generatorset: implement __nonzero__Fri, 03 Oct 2014 01:56:57 -0500, by Pierre-Yves David
-
spanset: use base implementation for __add__Fri, 03 Oct 2014 00:31:33 -0500, by Pierre-Yves David
-
spanset: use base implementation for __sub__Fri, 03 Oct 2014 00:31:18 -0500, by Pierre-Yves David
-
spanset: use base implementation for __and__Fri, 03 Oct 2014 00:30:58 -0500, by Pierre-Yves David
-
spanset: use base implementation for filterFri, 03 Oct 2014 00:39:57 -0500, by Pierre-Yves David
-
filteredset: use base implementation for filterFri, 03 Oct 2014 01:27:00 -0500, by Pierre-Yves David
-
filteredset: use base implementation for __add__Fri, 03 Oct 2014 01:25:35 -0500, by Pierre-Yves David
-
filteredset: use base implementation for __sub__Fri, 03 Oct 2014 01:24:30 -0500, by Pierre-Yves David
-
filteredset: use base implementation for __and__Fri, 03 Oct 2014 01:23:12 -0500, by Pierre-Yves David
-
abstractsmartset: add default implementation for __sub__Thu, 02 Oct 2014 19:22:17 -0500, by Pierre-Yves David
-
abstractsmartset: add default implementation for __add__Thu, 02 Oct 2014 19:22:03 -0500, by Pierre-Yves David
-
abstractsmartset: add default implementation for __and__Thu, 02 Oct 2014 19:21:40 -0500, by Pierre-Yves David
-
abstractsmartset: add default implementation for filterWed, 01 Oct 2014 00:26:50 -0500, by Pierre-Yves David
-
lazyset: rename the class to filteredsetFri, 03 Oct 2014 01:16:23 -0500, by Pierre-Yves David
-
lazyset: add order awareness to the classThu, 02 Oct 2014 19:14:03 -0500, by Pierre-Yves David
-
lazyset: remove min/maxThu, 02 Oct 2014 19:03:14 -0500, by Pierre-Yves David
-
baseset: remove min/max methodsThu, 02 Oct 2014 19:02:50 -0500, by Pierre-Yves David
-
abstractsmartset: add a default implementation for min and maxThu, 02 Oct 2014 18:59:41 -0500, by Pierre-Yves David
-
lazyset: drop now useless ascending/descending definitionThu, 02 Oct 2014 18:52:09 -0500, by Pierre-Yves David
-
lazyset: inherit the fastasc and fastdesc method from subsetTue, 30 Sep 2014 23:36:57 -0500, by Pierre-Yves David
-
lazyset: split the iteration logic from the condition filtering logicThu, 02 Oct 2014 18:25:37 -0500, by Pierre-Yves David
-
spanset: do a single range check in __contains__Thu, 02 Oct 2014 17:53:55 -0500, by Pierre-Yves David
-
spanset: enforce the order lazily to gain `fastasc` and `fastdesc` methodsThu, 02 Oct 2014 18:02:17 -0500, by Pierre-Yves David
-
abstractsmartset: document the `fastasc` and `fastdesc` attributes/methodsTue, 30 Sep 2014 22:26:34 -0500, by Pierre-Yves David
-
spanset: remove ascending/descending implementationThu, 02 Oct 2014 18:35:56 -0500, by Pierre-Yves David
-
baseset: remove ascending/descending redefinitionThu, 02 Oct 2014 18:35:00 -0500, by Pierre-Yves David
-
abstractsmartset: default implementation for `ascending` and `descending`Thu, 02 Oct 2014 18:34:18 -0500, by Pierre-Yves David
-
revert: bring back usage of `subset & ps` in `parents`Wed, 17 Sep 2014 04:55:55 -0700, by Pierre-Yves David
-
color: update docstring for debug optionSun, 24 Aug 2014 17:40:27 -0400, by Jordi GutiƩrrez Hermoso
-
color: document the possibility to colourise tabs in diffsWed, 20 Aug 2014 15:19:37 -0400, by Jordi GutiƩrrez Hermoso
-
contrib/synthrepo: walk a repo's directory structure during analysisFri, 12 Sep 2014 22:07:23 -0400, by Mike Edgar
-
contrib/synthrepo: generate initial repo contents using directory shape modelFri, 12 Sep 2014 22:04:29 -0400, by Mike Edgar
-
filemerge: switch the default name for internal tools from internal:x to :xSun, 28 Sep 2014 17:15:28 +0200, by Mads Kiilerich
-
filemerge: introduce :x as short version of internal:x merge tool nameSun, 28 Sep 2014 17:15:25 +0200, by Mads Kiilerich
-
branches: include active, closed and current flags in template outputThu, 02 Oct 2014 23:26:02 +0900, by Yuya Nishihara
-
branches: merge white space to format stringThu, 02 Oct 2014 23:13:56 +0900, by Yuya Nishihara
-
branches: port to generic templaterThu, 02 Oct 2014 22:59:56 +0900, by Yuya Nishihara
-
branches: format rev as integer that is necessary for generic templaterThu, 02 Oct 2014 22:15:39 +0900, by Yuya Nishihara
-
formatter: add general way to switch hex/short functionsFri, 03 Oct 2014 22:20:02 +0900, by Yuya Nishihara
-
locarepo: remove the `pull` method (API)Fri, 03 Oct 2014 11:37:56 -0500, by Pierre-Yves David
-
transplant: use exchange.pullFri, 03 Oct 2014 11:21:52 -0500, by Pierre-Yves David
-
convert-hg: use localrepo.pullFri, 03 Oct 2014 11:19:25 -0500, by Pierre-Yves David
-
fetch: use exchange.pullFri, 03 Oct 2014 11:16:57 -0500, by Pierre-Yves David
-
localrepo: use exchange.pull when cloningFri, 03 Oct 2014 11:15:33 -0500, by Pierre-Yves David
-
subrepo: use exchange.pullFri, 03 Oct 2014 11:12:55 -0500, by Pierre-Yves David
-
commands: directly use exchange.pullFri, 03 Oct 2014 11:11:12 -0500, by Pierre-Yves David
-
exchange: have `pull` return the pulloperation objectFri, 03 Oct 2014 11:07:47 -0500, by Pierre-Yves David
-
revset: introduce an abstractsmartset classWed, 01 Oct 2014 15:14:36 -0500, by Pierre-Yves David
-
revset: add a `__nonzero__` to basesetWed, 01 Oct 2014 15:03:16 -0500, by Pierre-Yves David
-
revset: drop isinstance(baseset) in spanset.__sub__Wed, 01 Oct 2014 15:50:54 -0500, by Pierre-Yves David
-
revset: drop isinstance(baseset) in spanset.__and__Wed, 01 Oct 2014 15:50:40 -0500, by Pierre-Yves David