Mercurial > evolve
comparison 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 |
comparison
equal
deleted
inserted
replaced
2729:69fe16428b0f | 2730:7fbb7a5d359f |
---|---|
122 ========= | 122 ========= |
123 | 123 |
124 6.6.0 - in progress | 124 6.6.0 - in progress |
125 ------------------- | 125 ------------------- |
126 | 126 |
127 - amend: add a --extract flag to move change back to the working copy | |
128 (same as uncommit, but accessible through the amend commit) | |
127 - topic: add a 't0' to access the root of a topic while keeping it active, | 129 - topic: add a 't0' to access the root of a topic while keeping it active, |
128 - topic: allow 'hg prev' to me move to 't0', | 130 - topic: allow 'hg prev' to me move to 't0', |
129 - topic: add a config option to enforce topic on new commit | 131 - topic: add a config option to enforce topic on new commit |
130 (experimental.enforce-topic) | 132 (experimental.enforce-topic) |
131 | 133 |