Sun, 07 Jan 2024 14:27:11 -0300 |
Anton Shestakov |
topic: remove subscript relation compatibility checks for hg 5.3
|
Fri, 03 Nov 2023 13:47:13 -0300 |
Anton Shestakov |
topic: remove subscript relation compatibility check for hg 4.8
|
Fri, 03 Nov 2023 13:44:45 -0300 |
Anton Shestakov |
topic: remove subscript relation compatibility for revsets in hg 4.9
|
Mon, 17 Jul 2023 14:34:59 -0300 |
Anton Shestakov |
topic: update topic namespace revset to use "none" as the default/empty value
|
Fri, 19 May 2023 10:08:19 -0300 |
Anton Shestakov |
topic: make topic namespace use string "none" as the default/empty value
|
Sat, 11 Feb 2023 18:09:46 +0400 |
Anton Shestakov |
topic: fix strange indentation in revset docstrings
stable
|
Mon, 19 Sep 2022 15:41:10 +0200 |
pacien |
doc: fix typo in revset/stack() help text
|
Tue, 24 May 2022 10:24:36 +0400 |
Anton Shestakov |
topic: namespace revset predicate
|
Fri, 08 Apr 2022 02:19:50 +0300 |
Anton Shestakov |
topic: update topic() revset docstring, mention hg help
|
Fri, 08 Apr 2022 02:05:42 +0300 |
Anton Shestakov |
topic: drop compatibility with hg 4.6 (f99d64e8a4e4)
|
Fri, 08 Apr 2022 01:58:12 +0300 |
Anton Shestakov |
topic: drop compatibility with hg 3.6 (7d132557e44a)
|
Tue, 20 Oct 2020 10:33:46 +0200 |
Pierre-Yves David |
branching: merge with stable
|
Mon, 12 Oct 2020 12:33:18 +0200 |
Sietse Brouwer |
ngtip: make revset help text slightly more descriptive
stable
|
Wed, 07 Oct 2020 09:34:59 +0200 |
Sietse Brouwer |
ngtip: fix TypeError: make revset from revs, not nodes (issue6405)
stable
|
Tue, 08 Sep 2020 11:56:17 +0800 |
Anton Shestakov |
branching: merge with stable
|
Tue, 01 Sep 2020 23:35:43 -0400 |
Matt Harbison |
topic: fix the `topic(...)` revset to not select commits without a topic
stable
|
Sat, 23 May 2020 11:43:26 +0800 |
Anton Shestakov |
topic: document the other safehasattr() compatibility check
|
Tue, 19 May 2020 12:49:12 +0800 |
Anton Shestakov |
topic: rename topicrel() to topicsubrel() while at it
|
Tue, 19 May 2020 12:25:14 +0800 |
Anton Shestakov |
topic: support foo#stack syntax
|
Tue, 19 May 2020 12:23:29 +0800 |
Anton Shestakov |
topic: rename stackrel() to stacksubrel()
|
Thu, 23 Apr 2020 03:06:30 +0200 |
Pierre-Yves David |
branching: merge with stable
|
Mon, 20 Apr 2020 00:05:05 +0800 |
Anton Shestakov |
topic: use generationssubrel less directly, because it was recently renamed
stable
|
Tue, 10 Mar 2020 19:05:08 +0700 |
Anton Shestakov |
compat: update hg-X.Y compat comments and test them
|
Tue, 06 Aug 2019 15:06:38 +0200 |
Raphaël Gomès |
python3: use format-source to run byteify-strings in .py files
|
Tue, 09 Jul 2019 10:56:42 -0700 |
Martin von Zweigbergk |
py3: use bytes for revset predicate registrations
|
Wed, 06 Feb 2019 13:49:29 +0800 |
Anton Shestakov |
revset: use getintrange() to parse relation subscript
|
Tue, 29 Jan 2019 20:45:14 +0800 |
Anton Shestakov |
topic: make ranges work in revset relations like 'foo#stack[1:2]'
|
Mon, 28 Jan 2019 22:31:31 +0800 |
Anton Shestakov |
topic: simplify #stack index check/access
|
Sun, 27 Jan 2019 17:39:09 +0800 |
Anton Shestakov |
topic: make ranges work in revset relations like 'foo#topic[1:2]'
|
Sat, 26 Jan 2019 23:58:18 +0800 |
Anton Shestakov |
revset: subscriptrelations functions now have two bounds
|