comparison 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
comparison
equal deleted inserted replaced
4338:e2350851740a 4339:0f015fe4f71f
15 * compat: drop compatibility with Mercurial 4.3 15 * compat: drop compatibility with Mercurial 4.3
16 * topics: improve the message around topic changing 16 * topics: improve the message around topic changing
17 * stack: introduce a --children flag (see help for details) 17 * stack: introduce a --children flag (see help for details)
18 * topic: make --age compatible with the usual other display for `hg topic` 18 * topic: make --age compatible with the usual other display for `hg topic`
19 * stack: support for '#stack[idx]' absolute indexing in revset (4.9+ only) 19 * stack: support for '#stack[idx]' absolute indexing in revset (4.9+ only)
20 * topic: support for '#topic[idx]' relative indexing in revset (4.9+ only)
20 21
21 8.3.3 -- 2017-12-24 22 8.3.3 -- 2017-12-24
22 ------------------- 23 -------------------
23 24
24 * evolve: properly detect unresolved merge conflict (issue-5966) 25 * evolve: properly detect unresolved merge conflict (issue-5966)