Mercurial > evolve
comparison README @ 2769:b96349ae3e2a
metaedit: add support for the -D and -U options
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 23 Jul 2017 07:33:36 +0200 |
parents | 85e5a56db776 |
children | 6044bd16bfb7 |
comparison
equal
deleted
inserted
replaced
2768:85e5a56db776 | 2769:b96349ae3e2a |
---|---|
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 | 129 - uncommit: add support for --current-date and --current-user option |
130 - fold: add support for --current-date and --current-user option | 130 - fold: add support for --current-date and --current-user option |
131 - metaedit: add support for --current-date and --current-user option | |
131 | 132 |
132 - topic: add --age option to sort topic by the most recently touched, | 133 - topic: add --age option to sort topic by the most recently touched, |
133 - topic: add a 't0' to access the root of a topic while keeping it active, | 134 - topic: add a 't0' to access the root of a topic while keeping it active, |
134 - topic: allow 'hg prev' to me move to 't0', | 135 - topic: allow 'hg prev' to me move to 't0', |
135 - topic: add a config option to enforce topic on new commit | 136 - topic: add a config option to enforce topic on new commit |