Mercurial > evolve
comparison README @ 2768:85e5a56db776
fold: add support for the -D and -U options
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 23 Jul 2017 07:32:54 +0200 |
parents | 4b5caa509df8 |
children | b96349ae3e2a |
comparison
equal
deleted
inserted
replaced
2767:ab80ef8d0cfa | 2768:85e5a56db776 |
---|---|
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 | 127 - amend: add a --extract flag to move change back to the working copy |
128 (same as uncommit, but accessible through the amend commit) | 128 (same as uncommit, but accessible through the amend commit) |
129 - uncommit: add support for --current-date and --current-user option | |
130 - fold: add support for --current-date and --current-user option | |
129 | 131 |
130 - topic: add --age option to sort topic by the most recently touched, | 132 - topic: add --age option to sort topic by the most recently touched, |
131 - topic: add a 't0' to access the root of a topic while keeping it active, | 133 - topic: add a 't0' to access the root of a topic while keeping it active, |
132 - topic: allow 'hg prev' to me move to 't0', | 134 - topic: allow 'hg prev' to me move to 't0', |
133 - topic: add a config option to enforce topic on new commit | 135 - topic: add a config option to enforce topic on new commit |