comparison CHANGELOG @ 4298:a98fa6c0d4f3

split: only accept explicit revision through the `-r` option We are about to introduce new non-optionnal arguments to defines files patterns. To avoid confusion and to be closer to the standard options, only accepts revisions with the `-r` option.
author Boris Feld <boris.feld@octobus.net>
date Wed, 21 Feb 2018 12:39:17 +0100
parents b8cb1bdbc8d7
children 4af0235e7b0b
comparison
equal deleted inserted replaced
4296:b8cb1bdbc8d7 4298:a98fa6c0d4f3
4 8.4.0 - in progress 4 8.4.0 - in progress
5 ------------------- 5 -------------------
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 * push: have `--publish` overrule the `auto-publish` config 10 * push: have `--publish` overrule the `auto-publish` config
10 * next: evolve aspiring children by default (use --no-evolve to skip) 11 * next: evolve aspiring children by default (use --no-evolve to skip)
11 * next: pick lower part of a split as destination 12 * next: pick lower part of a split as destination
12 * compat: drop compatibility with Mercurial 4.3 13 * compat: drop compatibility with Mercurial 4.3
13 * topics: improve the message around topic changing 14 * topics: improve the message around topic changing