diff CHANGELOG @ 4299:4af0235e7b0b

split: take file patterns to limit selection on matching file patterns When splitting a big changeset, the user often wants to extract specific files from the changeset while leaving the others files intact. The split command can now be called with multiple file patterns. Only files that match one of the patterns will be shown in the interactive selection. The user will be able to create one or more commits with those files. When the user finishes splitting the matching files, a last commit will be made with the remaining of the files.
author Boris Feld <boris.feld@octobus.net>
date Wed, 21 Feb 2018 14:39:48 +0100
parents a98fa6c0d4f3
children 702f7e1d0b01
line wrap: on
line diff
--- a/CHANGELOG	Wed Feb 21 12:39:17 2018 +0100
+++ b/CHANGELOG	Wed Feb 21 14:39:48 2018 +0100
@@ -7,6 +7,7 @@
   * split: improve and update the user prompt (BC)
   * split: make it possible to drop change during a split
   * split: no longer accept revision with --rev (BC)
+  * split: accept file patterns
   * push: have `--publish` overrule the `auto-publish` config
   * next: evolve aspiring children by default (use --no-evolve to skip)
   * next: pick lower part of a split as destination