Mercurial > evolve
diff CHANGELOG @ 4339:0f015fe4f71f
topic: make revsets like 'foo#topic[0]' work
Essentially, 'topic' relation subscript function is the same as 'generations',
but is limited to revisions marked with one particular topic.
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 26 Dec 2018 14:52:07 +0800 |
parents | e2350851740a |
children | 5300be965515 |
line wrap: on
line diff
--- a/CHANGELOG Thu Jan 10 17:30:01 2019 +0100 +++ b/CHANGELOG Wed Dec 26 14:52:07 2018 +0800 @@ -17,6 +17,7 @@ * stack: introduce a --children flag (see help for details) * topic: make --age compatible with the usual other display for `hg topic` * stack: support for '#stack[idx]' absolute indexing in revset (4.9+ only) + * topic: support for '#topic[idx]' relative indexing in revset (4.9+ only) 8.3.3 -- 2017-12-24 -------------------