Mercurial > evolve
comparison README @ 1518:bca3fce56b2c stable
merge with default
there is some 3.6 related fix and test change that we need on default. No other
significant change happened since last release expect for split, still marked
experimental. So we prepare for a bugfix release.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Mon, 02 Nov 2015 00:38:18 +0000 |
parents | 324cd13838f1 |
children | c15d6168412f |
comparison
equal
deleted
inserted
replaced
1511:91b6a30424a3 | 1518:bca3fce56b2c |
---|---|
49 | 49 |
50 | 50 |
51 Changelog | 51 Changelog |
52 ========= | 52 ========= |
53 | 53 |
54 5.3.0 -- | |
55 | |
56 - split: add a new command to split changesets | |
57 | |
54 5.2.1 -- | 58 5.2.1 -- |
55 | 59 |
56 - add compatibility with Mercurial 3.6 | 60 - add compatibility with Mercurial 3.6 |
57 - prune: fixed possible issue with lock and bookmark | 61 - prune: fixed possible issue with lock and bookmark |
58 - next/prev: fixed possible issue with lock and bookmark | 62 - next/prev: fixed possible issue with lock and bookmark |
63 - add some progress data during changesets discovery | |
64 - take advantage of dirstate/transaction collaboration | |
59 | 65 |
60 5.2.0 -- 2015-06-25 | 66 5.2.0 -- 2015-06-25 |
61 | 67 |
62 - evolve: gain a --rev option to control what revisions to evolve (issue4391) | 68 - evolve: gain a --rev option to control what revisions to evolve (issue4391) |
63 - evolve: revision are processed in the order they stack on destination | 69 - evolve: revision are processed in the order they stack on destination |