CHANGELOG
changeset 5035 c5efcbbd0dc4
parent 5000 8d38ad9c044f
parent 5002 a3f692bcbbf4
child 5063 7eea9dc9c8c5
equal deleted inserted replaced
5033:7cc3d96eb589 5035:c5efcbbd0dc4
    16   * pick: don't create any successors when there were no changes (issue6093),
    16   * pick: don't create any successors when there were no changes (issue6093),
    17   * metaedit: don't change commit date by default (issue5994),
    17   * metaedit: don't change commit date by default (issue5994),
    18   * rewind: preserve date
    18   * rewind: preserve date
    19   * py3: fix setup.py --version
    19   * py3: fix setup.py --version
    20   * py3: fix documentation generation
    20   * py3: fix documentation generation
       
    21   * py3: fix some exception formatting
    21   * debian: allow to build with python 3
    22   * debian: allow to build with python 3
    22   * topic: add more options to command synopsis string
    23   * topic: add more options to command synopsis string
    23   * evolve: use more often seen metavariables in command synopsis strings
    24   * evolve: use more often seen metavariables in command synopsis strings
    24   * documentation: update text and add missing figures
    25   * documentation: update text and add missing figures
    25   * amend: cleany abort when both `--patch` and `--extract` are passed
    26   * amend: cleany abort when both `--patch` and `--extract` are passed
       
    27   * evolve: also merge the date field when solving content-divergence
    26 
    28 
    27 9.2.1 -- 2019-10-05
    29 9.2.1 -- 2019-10-05
    28 -------------------
    30 -------------------
    29 
    31 
    30   * setup: fix install on python 3
    32   * setup: fix install on python 3