Mercurial > evolve
comparison README @ 2807:cc3e09e033a3 stable 6.6.0
packaging: prepare version 6.6.0
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 25 Jul 2017 15:15:42 +0200 |
parents | 7c5ea3c3ed43 |
children | 5c0b6af37b21 |
comparison
equal
deleted
inserted
replaced
2806:7c5ea3c3ed43 | 2807:cc3e09e033a3 |
---|---|
119 expected test change only, no code change should happen there. | 119 expected test change only, no code change should happen there. |
120 | 120 |
121 Changelog | 121 Changelog |
122 ========= | 122 ========= |
123 | 123 |
124 6.6.0 - in progress | 124 6.6.0 -- 2017-07-25 |
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 - split: now properly refuse to split public changeset | 129 - split: now properly refuse to split public changeset, |
130 - commands: unify and improve the pre-rewrite validation and error message | 130 - commands: unify and improve the pre-rewrite validation and error message, |
131 - uncommit: add support for --current-date and --current-user option | 131 - uncommit: add support for --current-date and --current-user option, |
132 - fold: add support for --current-date and --current-user option | 132 - fold: add support for --current-date and --current-user option, |
133 - metaedit: add support for --current-date and --current-user option | 133 - metaedit: add support for --current-date and --current-user option, |
134 - split add support for --current-date and --current-user option | 134 - split: add support for --current-date and --current-user option, |
135 - compat: use various new API instead of the one deprecated in 4.3 | 135 - compat: use various new API instead of the one deprecated in 4.3, |
136 (when available) | 136 (when available) |
137 - documentation: various minor documentation update | 137 - documentation: various minor documentation update. |
138 | |
139 topic (0.2.0): | |
138 | 140 |
139 - topic: add --age option to sort topic by the most recently touched, | 141 - topic: add --age option to sort topic by the most recently touched, |
140 - topic: add a 't0' to access the root of a topic while keeping it active, | 142 - topic: add a 't0' to access the root of a topic while keeping it active, |
141 - topic: allow 'hg prev' to me move to 't0', | 143 - topic: allow 'hg prev' to me move to 't0', |
142 - topic: add a config option to enforce topic on new commit | 144 - topic: add a config option to enforce topic on new commit, |
143 (experimental.enforce-topic) | 145 (experimental.enforce-topic) |
144 - topic: make command names valid as expected, even if ui.strict=true | 146 - topic: make command names valid as expected, even if ui.strict=true. |
145 | 147 |
146 6.5.0 -- 2017-07-02 | 148 6.5.0 -- 2017-07-02 |
147 ------------------- | 149 ------------------- |
148 | 150 |
149 features: | 151 features: |