CHANGELOG
changeset 5111 1fe3f7ffb462
parent 5079 1f92a6aa40d6
parent 5106 25fc1a2c3dc6
child 5123 900668a93629
equal deleted inserted replaced
5083:e50f4fc6cc6d 5111:1fe3f7ffb462
    12   * compat: cleanup some compatibility code for mercurial < 4.5
    12   * compat: cleanup some compatibility code for mercurial < 4.5
    13   * compat: compatibility with some changes of the upcoming Mercurial 5.3
    13   * compat: compatibility with some changes of the upcoming Mercurial 5.3
    14   * evolve: add content divergence checking to the standard pre-rewrite check,
    14   * evolve: add content divergence checking to the standard pre-rewrite check,
    15   * evolve: improve the message associated with content divergence.
    15   * evolve: improve the message associated with content divergence.
    16 
    16 
    17 9.2.2 - in progress
    17 9.2.2 -- 2020-01-31
    18 -------------------
    18 -------------------
    19 
    19 
       
    20   * amend: cleany abort when both `--patch` and `--extract` are passed
       
    21   * compatibility for changes in upcoming Mercurial 5.3
       
    22   * debian: allow to build with python 3
       
    23   * documentation: update text and add missing figures
       
    24   * evolve: also merge the date field when solving content-divergence
       
    25   * evolve: fix content-divergence resolution when p1 is null (issue6201)
       
    26   * evolve: make sure divergence resolution doesn't undo changes (issue6203)
       
    27   * evolve: preserve date when resolving content-divergence (issue6202)
       
    28   * evolve: use more often seen metavariables in command synopsis strings
       
    29   * metaedit: don't change commit date by default (issue5994),
    20   * pick: don't create any successors when there were no changes (issue6093),
    30   * pick: don't create any successors when there were no changes (issue6093),
    21   * metaedit: don't change commit date by default (issue5994),
    31   * py3: fix documentation generation
       
    32   * py3: fix setup.py --version
       
    33   * py3: fix some exception formatting
    22   * rewind: preserve date
    34   * rewind: preserve date
    23   * py3: fix setup.py --version
       
    24   * py3: fix documentation generation
       
    25   * py3: fix some exception formatting
       
    26   * debian: allow to build with python 3
       
    27   * topic: add more options to command synopsis string
    35   * topic: add more options to command synopsis string
    28   * evolve: use more often seen metavariables in command synopsis strings
    36   * topic: fix a bug in logic of choosing destination for hg update
    29   * documentation: update text and add missing figures
    37   * topic: fix a bug in logic to choose destination when no active topic
    30   * amend: cleany abort when both `--patch` and `--extract` are passed
       
    31   * evolve: also merge the date field when solving content-divergence
       
    32 
    38 
    33 9.2.1 -- 2019-10-05
    39 9.2.1 -- 2019-10-05
    34 -------------------
    40 -------------------
    35 
    41 
    36   * setup: fix install on python 3
    42   * setup: fix install on python 3