log mercurial/revset.py @ 28008:86c4cbdaffee

age author description
Fri, 05 Feb 2016 13:30:25 -0800 Durham Goode revset: use manifest.matches in _follow revset
Fri, 22 Jan 2016 12:08:20 -0600 Matt Mackall log: speed up single file log with hidden revs (issue4747) stable
Thu, 31 Dec 2015 08:16:59 +0000 timeless cleanup: remove superfluous space after space after equals (python)
Tue, 29 Dec 2015 23:58:30 +0900 FUJIWARA Katsunori revset: use decorator to mark a predicate as safe
Tue, 29 Dec 2015 23:58:30 +0900 FUJIWARA Katsunori revset: use delayregistrar to register predicate in extension easily
Tue, 29 Dec 2015 23:58:30 +0900 FUJIWARA Katsunori revset: use decorator to register a function as revset predicate
Wed, 23 Dec 2015 17:54:03 +0000 timeless revset: add hint for list error to use or
Fri, 18 Dec 2015 12:54:45 -0800 Laurent Charignon log: speed up hg log <file|folder>
Mon, 30 Nov 2015 19:30:16 +0000 timeless grammar: favor zero, one, two over ... or no
Wed, 18 Nov 2015 23:23:03 -0800 Pierre-Yves David revset: speed up '_matchfiles'
Wed, 14 Oct 2015 22:29:03 -0400 timeless l10n: use %d instead of %s for numbers
Thu, 15 Oct 2015 01:47:28 +0100 Pierre-Yves David revset: rename and test '_destmerge'
Thu, 15 Oct 2015 01:11:00 +0100 Pierre-Yves David destutil: move default merge destination into a function
Thu, 15 Oct 2015 01:35:44 +0100 Pierre-Yves David revset: reintroduce and experimental revset for update destination
Tue, 24 Mar 2015 00:28:28 +0900 Yuya Nishihara revset: add optional offset argument to limit() predicate
Mon, 12 Oct 2015 17:19:22 +0900 Yuya Nishihara revset: port limit() to support keyword arguments
Mon, 12 Oct 2015 17:14:47 +0900 Yuya Nishihara revset: eliminate temporary reference to subset in limit() and last()
Thu, 08 Oct 2015 12:55:45 -0700 Pierre-Yves David error: get Abort from 'error' instead of 'util'
Mon, 05 Oct 2015 02:33:45 -0700 Pierre-Yves David revset: delete _updatedefaultdest as it has no users
Mon, 05 Oct 2015 01:46:47 -0700 Pierre-Yves David update: move default destination computation to a function
Wed, 07 Oct 2015 23:04:31 +0900 Yuya Nishihara revset: strip off "literal:" prefix from bookmark not found error
Wed, 07 Oct 2015 23:00:29 +0900 Yuya Nishihara revset: do not fall through to revspec for literal: branch (issue4838)
Sat, 22 Aug 2015 22:52:18 -0400 Matt Harbison util: extract stringmatcher() from revset
Wed, 23 Sep 2015 00:41:07 -0700 Pierre-Yves David revset: avoid implicit None testing in revset
Sun, 20 Sep 2015 16:53:42 -0700 Durham Goode revset: speed up existence checks for ordered filtered sets
Sun, 20 Sep 2015 19:27:53 -0700 Durham Goode revset: remove existence check from min() and max()
Fri, 18 Sep 2015 17:23:10 -0700 Pierre-Yves David update: move default destination into a revset
Thu, 17 Sep 2015 14:03:15 -0700 Pierre-Yves David merge: move default destination computation in a revset
Thu, 10 Sep 2015 23:29:55 +0900 Yuya Nishihara revset: handle error of string unescaping
Sat, 05 Sep 2015 12:56:53 +0900 Yuya Nishihara revset: uncache filteredset.__contains__