Mercurial > evolve
comparison README @ 2704:a8e22ede5a9a stable
readme: prepare version 6.5.0
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 02 Jul 2017 19:31:11 +0200 |
parents | fddaf14783b1 |
children | a7b7471b4bed |
comparison
equal
deleted
inserted
replaced
2699:fddaf14783b1 | 2704:a8e22ede5a9a |
---|---|
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.5.0 - in progress | 124 6.5.0 -- 2017-07-02 |
125 ------------------- | 125 ------------------- |
126 | |
127 features: | |
126 | 128 |
127 - obslog: gain a --patch flag to display changes introduced by the evolution | 129 - obslog: gain a --patch flag to display changes introduced by the evolution |
128 (Currently limited to in simple case only) | 130 (Currently limited to in simple case only) |
129 | 131 - log: display obsolescence fate by default, (future 4.3 only) |
130 - stack: also show the unstable status for the current changeset (issue5553) | 132 - doc: various minor improvement. |
133 | |
134 bugfixes: | |
135 | |
136 - evolve: fix branch preservation for merge, | |
137 - obsfate: improve support for advanced template reformating, | |
138 - split: preserve author of the splitted changeset. | |
139 - grab: properly fix hg executable on windows. | |
140 | |
141 topic: | |
142 | |
143 - stack: also show the unstable status for the current changeset, (issue5553) | |
131 - stack: properly abort when and unknown topic is requested, | 144 - stack: properly abort when and unknown topic is requested, |
132 - stack: add basic and raw support for named branches | 145 - stack: add basic and raw support for named branches, |
133 - topic: changing topic on revs no longer adds extra instability (issue5441) | 146 - topic: changing topic on revs no longer adds extra instability, (issue5441) |
134 - topic: topics: rename '--change' flag to '--rev' flag, | 147 - topic: topics: rename '--change' flag to '--rev' flag, |
135 - topic: multiple large performance improvements, | 148 - topic: multiple large performance improvements, |
136 - topic: various small output improvement, | 149 - topic: various small output improvement, |
137 | 150 - topic: improved topic preservation for various commands. |
138 6.4.1 - in progress | 151 |
139 ------------------- | |
140 | |
141 - evolve: fix branch preservation for merge | |
142 - obsfate: improve support for advanced template reformating | |
143 - split: preserve author of the splitted changeset, | |
144 | 152 |
145 6.4.0 -- 2017-06-16 | 153 6.4.0 -- 2017-06-16 |
146 ------------------- | 154 ------------------- |
147 | 155 |
148 - template: signifiant improvement to the '{obsfate}' template (now 4.2+ only) | 156 - template: signifiant improvement to the '{obsfate}' template (now 4.2+ only) |