diff README @ 2730:7fbb7a5d359f

uncommit: expose the feature with a '--extract' to amend The name of the "uncommit" feature have been an ongoing issue, but no better name have been found in the past year. We try another approach by exposing the 'uncommit' feature directly in `hg amend`. The command will not be able to do both operation a the same time (add new change to the commit + extract should change, but this is already the case with the two command today.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 11 Jul 2017 11:24:43 +0200
parents 5191d454a4f5
children 4b5caa509df8
line wrap: on
line diff
--- a/README	Tue Jul 11 12:00:45 2017 +0200
+++ b/README	Tue Jul 11 11:24:43 2017 +0200
@@ -124,6 +124,8 @@
 6.6.0 - in progress
 -------------------
 
+  - amend: add a --extract flag to move change back to the working copy
+    (same as uncommit, but accessible through the amend commit)
   - topic: add a 't0' to access the root of a topic while keeping it active,
   - topic: allow 'hg prev' to me move to 't0',
   - topic: add a config option to enforce topic on new commit