Fri, 10 Apr 2015 00:14:16 +0900 |
Yuya Nishihara |
smartset: micro optimize spanset.slice() to narrow range accordingly
|
Thu, 09 Apr 2015 23:56:06 +0900 |
Yuya Nishihara |
smartset: micro optimize baseset.slice() to use slice of list
|
Tue, 24 Mar 2015 00:14:53 +0900 |
Yuya Nishihara |
smartset: extract method to slice abstractsmartset
|
Sun, 24 May 2015 11:07:14 +0900 |
Yuya Nishihara |
smartset: extract spanset factory to make it constructed without a repo
|
Sun, 11 Jun 2017 00:21:38 +0900 |
Yuya Nishihara |
smartset: change repr of spanset to show revisions as half-open range
|
Fri, 28 Apr 2017 01:13:07 +0530 |
Pulkit Goyal |
py3: use raw strings while accessing class.__dict__
|
Mon, 13 Mar 2017 12:40:14 -0700 |
Gregory Szorc |
py3: add __bool__ to every class defining __nonzero__
|
Mon, 13 Mar 2017 08:53:31 -0700 |
Yuya Nishihara |
py3: use next() to obtain next item from inner generator of generatorset
|
Sat, 18 Feb 2017 17:37:52 +0900 |
Yuya Nishihara |
smartset: reorder initialization of baseset in more intuitive way
|
Tue, 21 Feb 2017 16:29:31 -0800 |
Jun Wu |
smartset: preserve istopo for baseset operations
|
Sat, 18 Feb 2017 17:23:43 -0800 |
Jun Wu |
smartset: use native set operations as fast paths
|
Sat, 18 Feb 2017 16:30:07 -0800 |
Jun Wu |
smartset: add some doctests
|
Fri, 17 Feb 2017 20:59:29 -0800 |
Jun Wu |
smartset: convert set to list lazily
|
Sun, 16 Oct 2016 17:28:51 +0900 |
Yuya Nishihara |
smartset: move set classes and related functions from revset module (API)
base
mercurial/revset.py@53469de0e436
|