Mercurial > evolve
comparison README @ 3017:0884856a4143 stable
stack: handle basic case of splitting with crash
hg stack used to crash horribly whenever a split was encountered. This is no
longer the case.
If the result of the split (or there successors) produce a sensible linear
result with on final head, we can just assume that head is the evolution
destination.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sat, 30 Sep 2017 11:11:04 +0100 |
parents | 1cccdfeac327 |
children | ba5b271298e9 84882b827932 |
comparison
equal
deleted
inserted
replaced
3012:081070828703 | 3017:0884856a4143 |
---|---|
118 Mercurial. They are the "mercurial-x.y" branches. They are used to apply | 118 Mercurial. They are the "mercurial-x.y" branches. They are used to apply |
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 | |
124 6.7.1 - in progress | |
125 ------------------- | |
126 | |
127 * stack: fix evolution previous for simple split | |
123 | 128 |
124 6.7.0 -- 2017-09-27 | 129 6.7.0 -- 2017-09-27 |
125 ------------------- | 130 ------------------- |
126 | 131 |
127 * compatibility with change in future 4.4 at this release date, | 132 * compatibility with change in future 4.4 at this release date, |