comparison CHANGELOG @ 4349:01f4ee6779d5

obsdiscovery: use consistent filtering during discovery If we computed revision using an unfiltered repository, we should run the discovery unfiltered too.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Thu, 17 Jan 2019 12:37:40 +0100
parents 398c33b17d76
children 45a6890ca656
comparison
equal deleted inserted replaced
4348:398c33b17d76 4349:01f4ee6779d5
15 * fold: concatenate commit message in revision order 15 * fold: concatenate commit message in revision order
16 * push: have `--publish` overrule the `auto-publish` config 16 * push: have `--publish` overrule the `auto-publish` config
17 * next: evolve aspiring children by default (use --no-evolve to skip) 17 * next: evolve aspiring children by default (use --no-evolve to skip)
18 * next: pick lower part of a split as destination 18 * next: pick lower part of a split as destination
19 * compat: drop compatibility with Mercurial 4.3 19 * compat: drop compatibility with Mercurial 4.3
20 * compat: add compatibility with Mercurial 4.9
20 * topics: improve the message around topic changing 21 * topics: improve the message around topic changing
21 * stack: introduce a --children flag (see help for details) 22 * stack: introduce a --children flag (see help for details)
22 * topic: make --age compatible with the usual other display for `hg topic` 23 * topic: make --age compatible with the usual other display for `hg topic`
23 * stack: support for '#stack[idx]' absolute indexing in revset (4.9+ only) 24 * stack: support for '#stack[idx]' absolute indexing in revset (4.9+ only)
24 * topic: support for '#topic[idx]' relative indexing in revset (4.9+ only) 25 * topic: support for '#topic[idx]' relative indexing in revset (4.9+ only)