log mercurial/revset.py @ 28593:e60c492a0d9b

age author description
Fri, 11 Mar 2016 04:14:54 +0900 FUJIWARA Katsunori revset: remove useless extpredicate class (API)
Tue, 16 Feb 2016 21:44:13 +0900 Yuya Nishihara revset: add inspection data to max() and min() functions
Tue, 16 Feb 2016 21:43:51 +0900 Yuya Nishihara revset: add inspection data to limit() and last() functions
Tue, 16 Feb 2016 21:32:00 +0900 Yuya Nishihara revset: stub to add extra data to baseset for better inspection
Sat, 13 Feb 2016 20:05:57 +0900 Yuya Nishihara revset: add inspection data to all filter() calls
Sat, 13 Feb 2016 19:25:11 +0900 Yuya Nishihara revset: add extra data to filteredset for better inspection
Tue, 08 Mar 2016 23:04:53 +0900 FUJIWARA Katsunori revset: replace predicate by revsetpredicate of registrar
Tue, 08 Mar 2016 23:04:53 +0900 FUJIWARA Katsunori registrar: define revsetpredicate to decorate revset predicate
Sat, 13 Feb 2016 20:13:45 +0900 Yuya Nishihara revset: define "pat" variable unconditionally in subrepo()
Tue, 05 May 2015 10:47:35 +0900 Yuya Nishihara revset: drop translation markers from error messages of internal _matchfiles
Wed, 24 Feb 2016 10:41:15 -0800 Durham Goode revset: use smartset minus operator
Mon, 08 Feb 2016 19:32:29 +0100 Pierre-Yves David destutil: allow to specify an explicit source for the merge
Sun, 07 Feb 2016 00:49:31 -0600 Matt Mackall merge with stable
Tue, 02 Feb 2016 23:49:49 +0900 Yuya Nishihara revset: flatten chained 'list' operations (aka function args) (issue5072) stable
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