Mercurial > evolve
comparison CHANGELOG @ 4300:702f7e1d0b01
split: add a --interactive flag
While the interactive mode is useful for end-users, there are some cases where
they don't need the interactivity overhead. Moreover, this allow the split
command to be used in automated scripts.
author | Boris Feld <boris.feld@octobus.net> |
---|---|
date | Thu, 13 Dec 2018 17:40:41 +0000 |
parents | 4af0235e7b0b |
children | 5cbaf5d25443 |
comparison
equal
deleted
inserted
replaced
4299:4af0235e7b0b | 4300:702f7e1d0b01 |
---|---|
6 | 6 |
7 * split: improve and update the user prompt (BC) | 7 * split: improve and update the user prompt (BC) |
8 * split: make it possible to drop change during a split | 8 * split: make it possible to drop change during a split |
9 * split: no longer accept revision with --rev (BC) | 9 * split: no longer accept revision with --rev (BC) |
10 * split: accept file patterns | 10 * split: accept file patterns |
11 * split: support for non interactive splits | |
11 * push: have `--publish` overrule the `auto-publish` config | 12 * push: have `--publish` overrule the `auto-publish` config |
12 * next: evolve aspiring children by default (use --no-evolve to skip) | 13 * next: evolve aspiring children by default (use --no-evolve to skip) |
13 * next: pick lower part of a split as destination | 14 * next: pick lower part of a split as destination |
14 * compat: drop compatibility with Mercurial 4.3 | 15 * compat: drop compatibility with Mercurial 4.3 |
15 * topics: improve the message around topic changing | 16 * topics: improve the message around topic changing |