CHANGELOG
changeset 4706 de194ed973ba
parent 4704 5f90eb8fd63c
parent 4702 fcecbb1261f2
child 4710 0e0731406efd
equal deleted inserted replaced
4705:c63f47a4f5ec 4706:de194ed973ba
     7   * evolve: use the same wording as core in case of unresolved conflict
     7   * evolve: use the same wording as core in case of unresolved conflict
     8   * evolve: minor output message improvements
     8   * evolve: minor output message improvements
     9   * evolve: improve `hg evolve --all` behavior when "." is obsolete
     9   * evolve: improve `hg evolve --all` behavior when "." is obsolete
    10   * topic: fix confusion in branch heads checking logic
    10   * topic: fix confusion in branch heads checking logic
    11 
    11 
       
    12 9.0.1 - in progress
       
    13 -------------------
       
    14 
       
    15   * pick: no longer forget file in case of conflict (issue6037)
       
    16   * pick: properly report and cleanup "unfinished state"
       
    17   * prune: don't update wcp if pruned revision are unrelated (issue6137)
       
    18   * evolve: properly prune changeset with no change in case of conflict (issue5967)
    12 
    19 
    13 9.0.0 -- 2019-06-06
    20 9.0.0 -- 2019-06-06
    14 -------------------
    21 -------------------
    15 
    22 
    16   * evolve: preserve the working directory after resolving instability (BC)
    23   * evolve: preserve the working directory after resolving instability (BC)