CHANGELOG
branchstable
changeset 5106 25fc1a2c3dc6
parent 5074 47f9ba943bb1
child 5111 1fe3f7ffb462
equal deleted inserted replaced
5097:f0c18ad24273 5106:25fc1a2c3dc6
     1 Changelog
     1 Changelog
     2 =========
     2 =========
     3 
     3 
     4 9.2.2 - in progress
     4 9.2.2 -- 2020-01-31
     5 -------------------
     5 -------------------
     6 
     6 
     7   * pick: don't create any successors when there were no changes (issue6093),
     7   * amend: cleany abort when both `--patch` and `--extract` are passed
     8   * metaedit: don't change commit date by default (issue5994),
     8   * compatibility for changes in upcoming Mercurial 5.3
     9   * rewind: preserve date
       
    10   * py3: fix setup.py --version
       
    11   * py3: fix documentation generation
       
    12   * py3: fix some exception formatting
       
    13   * debian: allow to build with python 3
     9   * debian: allow to build with python 3
    14   * topic: add more options to command synopsis string
       
    15   * evolve: use more often seen metavariables in command synopsis strings
       
    16   * documentation: update text and add missing figures
    10   * documentation: update text and add missing figures
    17   * amend: cleany abort when both `--patch` and `--extract` are passed
       
    18   * evolve: also merge the date field when solving content-divergence
    11   * 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)
    12   * evolve: fix content-divergence resolution when p1 is null (issue6201)
    21   * evolve: make sure divergence resolution doesn't undo changes (issue6203)
    13   * evolve: make sure divergence resolution doesn't undo changes (issue6203)
    22   * evolve: preserve date when resolving content-divergence (issue6202)
    14   * evolve: preserve date when resolving content-divergence (issue6202)
       
    15   * evolve: use more often seen metavariables in command synopsis strings
       
    16   * metaedit: don't change commit date by default (issue5994),
       
    17   * pick: don't create any successors when there were no changes (issue6093),
       
    18   * py3: fix documentation generation
       
    19   * py3: fix setup.py --version
       
    20   * py3: fix some exception formatting
       
    21   * rewind: preserve date
       
    22   * topic: add more options to command synopsis string
    23   * topic: fix a bug in logic of choosing destination for hg update
    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
    24   * topic: fix a bug in logic to choose destination when no active topic
    25 
    25 
    26 9.2.1 -- 2019-10-05
    26 9.2.1 -- 2019-10-05
    27 -------------------
    27 -------------------