hgext3rd/topic/revset.py
2019-02-06 Anton Shestakov revset: use getintrange() to parse relation subscript
2019-01-29 Anton Shestakov topic: make ranges work in revset relations like 'foo#stack[1:2]'
2019-01-28 Anton Shestakov topic: simplify #stack index check/access
2019-01-27 Anton Shestakov topic: make ranges work in revset relations like 'foo#topic[1:2]'
2019-01-26 Anton Shestakov revset: subscriptrelations functions now have two bounds
2018-12-26 Anton Shestakov topic: make revsets like 'foo#topic[0]' work
2018-12-26 Anton Shestakov topic: make revsets like foo#stack[-1] work too
2018-12-16 Anton Shestakov topic: make revsets like 'foo#stack[0]' work
2018-12-05 Anton Shestakov topic: make revset argument messages be similar to such messages in core stable
2018-09-04 Anton Shestakov topic: refactor revset.py slightly
2018-09-01 Pierre-Yves David topic-revset: get the list of revset through the official localrepo API
2018-09-01 Pierre-Yves David topic-revset: strictly read string
2018-08-30 Anton Shestakov topic: handle ambiguous arguments to topic() revset
2018-08-30 Anton Shestakov topic: handle revsets passed to topic() revset
2018-08-30 Anton Shestakov topic: handle string argument to topic() revset earlier
2018-08-30 Anton Shestakov topic: prepare to handle non-string arguments to topic() revset
2018-08-30 Anton Shestakov topic: return result early if there are no arguments to topic() revset
2018-03-29 Pierre-Yves David compat: search for stringmatcher in the new location
2017-10-14 Pulkit Goyal revset: clean up some messy logic
2017-08-07 FUJIWARA Katsunori topic: use registrar.revsetpredicate to register revset predicate functions
2017-09-04 Pierre-Yves David stack: replace 'getstack' with direct call to 'stack'
2017-07-03 Pulkit Goyal topics: add t0 and b0 to the stack
2017-07-02 Pierre-Yves David topic: directly use the '_notpublic' revset
2017-06-29 Boris Feld compat: fix topicset for mercurial 4.1
2017-06-28 Pulkit Goyal topic: don't abort if there is no current topic in stack() revset
2017-06-28 Pulkit Goyal topics: return a parse error if stack() revset is passed with argument
2017-06-28 Pierre-Yves David topic: add some initial support for using stack on named branch
2017-06-27 Pierre-Yves David topic: explicitly pass topic as a keyword argument
2017-06-22 Pierre-Yves David topic-revset: update the revset to no longer build changectx
2017-06-22 Pierre-Yves David topic-revset: changectx creation in the revset
2016-08-16 Pierre-Yves David ngtip: rely on topicmap for 'ngtip'
2016-03-30 Pierre-Yves David revset: add a ui argument to 'modsetup'
2016-03-30 Pierre-Yves David revset: move to new style import
2016-03-22 Sean Farley revset: add missing imports
2016-03-22 Sean Farley revset: whitespace
2016-03-17 Pierre-Yves David stack: add a 'stack()' revset
2016-03-17 Pierre-Yves David packaging: fix setup.py and install as hgext3rd.topic
less more (0) tip