mercurial/revset.py
Mon, 25 Jul 2022 05:30:06 +0200 Pierre-Yves David sort-revset: introduce a `random` variant
Wed, 08 Jun 2022 15:46:04 +0200 Raphaël Gomès branching: merge stable into default
Fri, 03 Jun 2022 17:18:46 +0200 Pierre-Yves David revset: fix the doc of "nodefromfile" stable
Mon, 30 May 2022 16:18:12 +0200 Manuel Jacob node: stop converting binascii.Error to TypeError in bin()
Thu, 03 Mar 2022 18:28:30 -0800 Gregory Szorc global: bulk replace simple pycompat.iteritems(x) with x.items()
Thu, 03 Mar 2022 17:34:00 +0100 Gregory Szorc py2: remove simple from __future__ statements
Fri, 18 Jun 2021 15:48:51 -0700 Martin von Zweigbergk ui: add a context manager for silencing the ui (pushbuffer+popbuffer)
Sun, 11 Apr 2021 19:19:34 +0200 Pierre-Yves David revset: document the `outgoing` behavior if the path resolve to multiple urls
Fri, 30 Apr 2021 03:09:16 +0200 Joerg Sonnenberger core: don't hard-code hex node lengths
Thu, 15 Apr 2021 09:59:12 +0200 Pierre-Yves David revset: drop an outdated comment
Wed, 14 Apr 2021 20:21:11 +0200 Pierre-Yves David revset: use `get_unique_pull_path` for `remote(…)`
Sun, 11 Apr 2021 19:18:54 +0200 Pierre-Yves David outgoing: use `get_push_paths` in the revset too
Mon, 12 Apr 2021 06:34:54 +0200 Pierre-Yves David urlutil: extract `parseurl` from `hg` into the new module
Thu, 25 Mar 2021 18:02:08 +0100 Raphaël Gomès contributor: change mentions of mpm to olivia
Wed, 17 Mar 2021 20:06:35 +0100 Pierre-Yves David revset: introduce a `nodefromfile` revset
Thu, 11 Mar 2021 17:26:49 +0100 Pierre-Yves David ui: pass a `ui` object to `paths.getpath`
Mon, 15 Feb 2021 14:48:36 -0500 Valentin Gatien-Baron sshpeer: enable+fix warning about sshpeers not being closed explicitly
Wed, 09 Dec 2020 20:22:25 -0800 Martin von Zweigbergk errors: raise InputError if an ambiguous revision id prefix is used
Tue, 01 Dec 2020 21:54:46 +0100 Joerg Sonnenberger node: import symbols explicitly
Fri, 27 Nov 2020 17:03:29 -0500 Augie Fackler formating: upgrade to black 20.8b1
Sat, 17 Oct 2020 13:00:04 +0900 Yuya Nishihara revset: rename diff(pattern) to diffcontains(pattern) stable
Tue, 08 Sep 2020 18:16:24 +0900 Yuya Nishihara revset: add diff(pattern) predicate for "grep --diff"
Fri, 09 Oct 2020 19:19:10 +0900 Yuya Nishihara revset: fix sorting key of wdir revision
Thu, 08 Oct 2020 16:14:06 +0200 Pierre-Yves David revset: add a `node` key for sorting
Wed, 09 Sep 2020 11:51:51 +0900 Yuya Nishihara revset: remove indirect indexing of status tuple
Mon, 18 May 2020 14:59:59 -0400 Augie Fackler mergestate: split out merge state handling code from main merge module
Wed, 15 Apr 2020 19:24:21 +0900 Yuya Nishihara revset: remove explicit sort() from unstable()
Fri, 10 Apr 2020 22:23:44 +0800 Anton Shestakov revset: implement a simple 'foo#generations' expression
Fri, 10 Apr 2020 22:22:09 +0800 Anton Shestakov revset: rename generationsrel() to generationssubrel()
Mon, 13 Apr 2020 12:18:29 -0400 Matt Harbison revset: mark `extinct()` experimental
Mon, 13 Apr 2020 12:17:52 -0400 Matt Harbison revset: mark `successors()` experimental
Mon, 13 Apr 2020 12:13:22 -0400 Matt Harbison revset: mark `obsolete()` experimental
Mon, 13 Apr 2020 01:19:09 -0400 Matt Harbison revset: import `unstable()` from the evolve extension
Sat, 21 Mar 2020 13:42:08 +0900 Yuya Nishihara revset: leverage internal _rev() function to implement rev()
Sat, 21 Mar 2020 13:39:39 +0900 Yuya Nishihara revset: fix crash by repo.revs('%d', tip + 1)
Sat, 21 Mar 2020 13:27:47 +0900 Yuya Nishihara revset: allow repo.revs('%d', wdirrev)
Fri, 06 Mar 2020 13:27:41 -0500 Augie Fackler cleanup: run pyupgrade on our source tree to clean up varying things
Wed, 29 Jan 2020 11:30:35 -0800 Martin von Zweigbergk revset: add a revset for parents in merge state
Fri, 27 Dec 2019 19:00:38 -0500 Matt Harbison revset: drop some unused code in the `remote` revset
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)
less more (0) -1000 -300 -100 -60 tip