log mercurial/revset.py @ 43726:6c6d67fc45cb

age author description
Tue, 19 Nov 2019 14:04:09 -0500 Matt Harbison revset: add an assertion to help pytype
Thu, 14 Nov 2019 15:28:08 -0500 Augie Fackler revset: use field names instead of field numbers on scmutil.status
Wed, 30 Oct 2019 00:00:21 -0700 Martin von Zweigbergk revset: simplify checkstatus() by using any()
Sat, 09 Nov 2019 13:23:53 +0100 Pierre-Yves David index: use `index.get_rev` in `revset._mapbynodefunc`
Tue, 08 Oct 2019 15:06:18 -0700 Martin von Zweigbergk cleanup: join string literals that are already on one line
Mon, 07 Oct 2019 00:04:04 -0400 Gregory Szorc py3: finish porting iteritems() to pycompat and remove source transformer
Sun, 06 Oct 2019 16:55:18 -0400 Gregory Szorc py3: manually import getattr 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
Thu, 18 Jul 2019 17:10:38 +0800 Anton Shestakov revset: drop argument when it's None
Sun, 09 Jun 2019 22:23:41 +0900 Yuya Nishihara revset: fix merge() to fall back to changectx API if wdir specified
Sun, 09 Jun 2019 22:18:22 +0900 Yuya Nishihara revset: use nullrev constant in merge()
Tue, 30 Apr 2019 15:15:57 +0900 Yuya Nishihara revset: populate wdir() by its hash or revision number
Tue, 30 Apr 2019 15:10:07 +0900 Yuya Nishihara revset: extract private constant of {nullrev, wdirrev} set
Fri, 05 Apr 2019 14:30:52 -0400 Jordi GutiƩrrez Hermoso revset: short docstring for checkstatus
Sun, 31 Mar 2019 09:39:02 -0700 Martin von Zweigbergk revset: remove comment about linkrev workaround from user-facing docs
Mon, 18 Mar 2019 19:31:45 +0300 Pulkit Goyal branchcache: introduce hasbranch()
Mon, 18 Mar 2019 19:01:29 +0300 Pulkit Goyal branchcache: rename itervalues() to iterheads()
Wed, 13 Feb 2019 18:17:42 +0530 Navaneeth Suresh revset: improve documentation on expectsize()
Sun, 03 Feb 2019 19:10:39 +0530 Navaneeth Suresh revset: add expectsize to check the size of a set
Sat, 09 Feb 2019 22:50:53 -0800 Martin von Zweigbergk match: delete unused root and cwd arguments from {always,never,exact}() (API)
Sun, 27 Jan 2019 13:37:37 +0900 Yuya Nishihara revset: leverage getintrange() helper in relation-subscript operation (API)
Sun, 27 Jan 2019 13:28:45 +0900 Yuya Nishihara revset: allow to parse single integer as a range
Sun, 27 Jan 2019 13:18:53 +0900 Yuya Nishihara revset: extract a helper to parse integer range
Fri, 25 Jan 2019 23:36:23 -0800 Martin von Zweigbergk cleanup: use p1() and p2() instead of parents()[0] and parents()[1]
Sat, 26 Jan 2019 12:21:20 +0800 Anton Shestakov revset: move dagop.maxlogdepth usage to generationsrel()
Tue, 15 Jan 2019 22:57:09 +0800 Anton Shestakov revset: support ranges in #generations relation
Fri, 18 Jan 2019 14:21:47 +0100 Boris Feld revset: introduce an internal `_rev` predicate for '%d' usage stable
Mon, 14 Jan 2019 17:10:51 +0100 Boris Feld revset: use changelog's `headrevs` method to compute heads
Mon, 14 Jan 2019 16:53:55 +0100 Boris Feld revset: inline parents computation to reuse the input argument