Mercurial > evolve
comparison CHANGELOG @ 5002:a3f692bcbbf4 stable
changelog: mention the python 3 fix
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 10 Dec 2019 21:03:51 +0100 |
parents | cb78c6efbbdb |
children | c5efcbbd0dc4 47f9ba943bb1 |
comparison
equal
deleted
inserted
replaced
5001:cb78c6efbbdb | 5002:a3f692bcbbf4 |
---|---|
7 * pick: don't create any successors when there were no changes (issue6093), | 7 * pick: don't create any successors when there were no changes (issue6093), |
8 * metaedit: don't change commit date by default (issue5994), | 8 * metaedit: don't change commit date by default (issue5994), |
9 * rewind: preserve date | 9 * rewind: preserve date |
10 * py3: fix setup.py --version | 10 * py3: fix setup.py --version |
11 * py3: fix documentation generation | 11 * py3: fix documentation generation |
12 * py3: fix some exception formatting | |
12 * debian: allow to build with python 3 | 13 * debian: allow to build with python 3 |
13 * topic: add more options to command synopsis string | 14 * topic: add more options to command synopsis string |
14 * evolve: use more often seen metavariables in command synopsis strings | 15 * evolve: use more often seen metavariables in command synopsis strings |
15 * documentation: update text and add missing figures | 16 * documentation: update text and add missing figures |
16 * amend: cleany abort when both `--patch` and `--extract` are passed | 17 * amend: cleany abort when both `--patch` and `--extract` are passed |