CHANGELOG
changeset 3388 be41e4740a25
parent 3384 2b06f144b6e0
child 3389 eacf6149b678
equal deleted inserted replaced
3387:b3be4797d3c6 3388:be41e4740a25
    12     The new algorithm is fast, simpler to cache and with better complexity. It
    12     The new algorithm is fast, simpler to cache and with better complexity. It
    13     is able to handle repository of any size (naive python implementation is a
    13     is able to handle repository of any size (naive python implementation is a
    14     bit slow). Support for the previous experimental approach have been
    14     bit slow). Support for the previous experimental approach have been
    15     dropped, please update both clients and servers. The new approach is still
    15     dropped, please update both clients and servers. The new approach is still
    16     hidden behind and experimental flag for now.
    16     hidden behind and experimental flag for now.
       
    17 
       
    18   * preserve phase information during interrupted `hg evolve` (issue5720)
    17 
    19 
    18 topic (0.7.1)
    20 topic (0.7.1)
    19 
    21 
    20 7.1.1 - in progress
    22 7.1.1 - in progress
    21 -------------------
    23 -------------------