Mercurial > evolve
comparison README @ 1611:5eedfe43e762 stable
prepare version 5.3.0
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Thu, 11 Feb 2016 00:37:05 +0000 |
parents | b9e8a47c4d5c |
children | 160968654581 |
comparison
equal
deleted
inserted
replaced
1610:9e93ddf03704 | 1611:5eedfe43e762 |
---|---|
54 | 54 |
55 | 55 |
56 Changelog | 56 Changelog |
57 ========= | 57 ========= |
58 | 58 |
59 5.3.0 -- | 59 5.3.0 -- 2016-02-11 |
60 | 60 |
61 - split: add a new command to split changesets, | 61 - split: add a new command to split changesets, |
62 - tests: drop our copy of 'run-tests.py' use core one instead, | 62 - tests: drop our copy of 'run-tests.py' use core one instead, |
63 - bookmark: do all bookmark movement within a transaction. | 63 - bookmark: do all bookmark movement within a transaction. |
64 - evolve: compatibility with Mercurial 3.7 | 64 - evolve: compatibility with Mercurial 3.7 |
66 - evolve: prevent added file to be marked as unknown if evolve fails (issue4966) | 66 - evolve: prevent added file to be marked as unknown if evolve fails (issue4966) |
67 - evolve: stop relying on graftstate file for save evolve state | 67 - evolve: stop relying on graftstate file for save evolve state |
68 (for `hg evolve --continue`) | 68 (for `hg evolve --continue`) |
69 - evolve: fix divergence resolution when it result in an empty commit | 69 - evolve: fix divergence resolution when it result in an empty commit |
70 (issue4950) (hg-3.5+ only) | 70 (issue4950) (hg-3.5+ only) |
71 | |
72 | |
73 5.2.2 -- | |
74 | |
75 - no longer lock the repository for `hg parents` (issue4895) | 71 - no longer lock the repository for `hg parents` (issue4895) |
76 - updated help for the `evolve` command | 72 - updated help for the `evolve` command |
77 | 73 |
78 5.2.1 -- 2015-11-02 | 74 5.2.1 -- 2015-11-02 |
79 | 75 |