Mercurial > evolve
comparison CHANGELOG @ 5074:47f9ba943bb1 stable
changelog: add missing entries
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Mon, 20 Jan 2020 22:52:05 +0700 |
parents | a3f692bcbbf4 |
children | 25fc1a2c3dc6 |
comparison
equal
deleted
inserted
replaced
5048:3947964a4ce7 | 5074:47f9ba943bb1 |
---|---|
14 * topic: add more options to command synopsis string | 14 * topic: add more options to command synopsis string |
15 * evolve: use more often seen metavariables in command synopsis strings | 15 * evolve: use more often seen metavariables in command synopsis strings |
16 * documentation: update text and add missing figures | 16 * documentation: update text and add missing figures |
17 * amend: cleany abort when both `--patch` and `--extract` are passed | 17 * amend: cleany abort when both `--patch` and `--extract` are passed |
18 * evolve: also merge the date field when solving content-divergence | 18 * evolve: also merge the date field when solving content-divergence |
19 * compatibility for changes in upcoming Mercurial 5.3 | |
20 * evolve: fix content-divergence resolution when p1 is null (issue6201) | |
21 * evolve: make sure divergence resolution doesn't undo changes (issue6203) | |
22 * evolve: preserve date when resolving content-divergence (issue6202) | |
23 * topic: fix a bug in logic of choosing destination for hg update | |
24 * topic: fix a bug in logic to choose destination when no active topic | |
19 | 25 |
20 9.2.1 -- 2019-10-05 | 26 9.2.1 -- 2019-10-05 |
21 ------------------- | 27 ------------------- |
22 | 28 |
23 * setup: fix install on python 3 | 29 * setup: fix install on python 3 |