CHANGELOG
branchstable
changeset 3704 a0c39e8d2c29
parent 3684 2a62f0f480f3
child 3717 220e0811b39d
equal deleted inserted replaced
3611:c912eaf29eec 3704:a0c39e8d2c29
     1 Changelog
     1 Changelog
     2 =========
     2 =========
       
     3 
       
     4 8.0.0 - in progress
       
     5 -------------------
       
     6 
       
     7   * drop support for Mercurial 4.1 and 4.2
       
     8   * `--obsolete` and `--old-obsolete` flags for `hg graft` are dropped
       
     9   * evolve: a new `--abort` flag which aborts an interrupted evolve
       
    10             resolving orphans
       
    11   * `hg evolve` now return 0 if there is nothing to evolve
       
    12   * amend: a new `--patch` flag to make changes to wdir parent by editing patch
       
    13 
       
    14   * fixed some memory leak issue
       
    15 
       
    16   * templatekw: remove `obsfatedata` templatekw. Individuals fields are
       
    17     available in core as single template functions.
       
    18 
       
    19   * fixed issue 5833 and 5832
       
    20 
       
    21   * topic: restring name to letter, '-', '_' and '.'
     3 
    22 
     4 7.3.0 -- 2018-03-21
    23 7.3.0 -- 2018-03-21
     5 ---------------------
    24 ---------------------
     6 
    25 
     7   * grab: new command to grab a changeset, put in on wdir parent
    26   * grab: new command to grab a changeset, put in on wdir parent