log hgext3rd/topic/revset.py @ 6935:954d7ea5cd67 stable tip

age author description
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
Wed, 26 Dec 2018 14:52:07 +0800 Anton Shestakov topic: make revsets like 'foo#topic[0]' work
Wed, 26 Dec 2018 22:14:23 +0800 Anton Shestakov topic: make revsets like foo#stack[-1] work too
Sun, 16 Dec 2018 11:22:04 +0800 Anton Shestakov topic: make revsets like 'foo#stack[0]' work