CHANGELOG
branchmercurial-4.1
changeset 3420 b21a3753255f
parent 3404 718ef6b0ee6e
child 3425 0e9c3fa042ae
equal deleted inserted replaced
3382:f14ad1e83896 3420:b21a3753255f
     1 Changelog
     1 Changelog
     2 =========
     2 =========
     3 
     3 
     4 7.1.1 - in progress
     4 7.2.0 -- 2018-01-15
     5 -------------------
     5 -------------------
     6 
     6 
     7 topic (0.6.1)
     7   * evolve: changes to the on disk format for interrupted evolve
       
     8   * evolve: --continue now propertly preserve phase information (issue5720)
       
     9   * evolve: --continue now properly reports merges as evolve
       
    10   * commit: suggest using topic on new heads
       
    11   * uncommit: `--revert` flag added to clean the wdir after uncommit
       
    12   * obslog: add color support to content-diff output with --patch
       
    13   * fix `hg prev` behavior on obsolete changesets
       
    14   * no longer issues "obsolete working copy" message during no-op
       
    15 
       
    16   * use the new instabilities names from mercurial 4.4+
       
    17     (in `hg evolve --list` and other messages)
       
    18 
       
    19   * new algorithm for obshashrange discovery:
       
    20 
       
    21     The new algorithm is faster, simpler to cache and with better complexity. It
       
    22     is able to handle repository of any size (naive python implementation is a
       
    23     bit slow). Support for the previous experimental approach have been
       
    24     dropped, please update both clients and servers. The new approach is still
       
    25     hidden behind and experimental flag for now.
       
    26 
       
    27 topic (0.7.0)
     8 
    28 
     9   * fix compatibility with Mercurial-4.3
    29   * fix compatibility with Mercurial-4.3
       
    30   * new template keyword `topic` to get changesets topic
    10 
    31 
    11 7.1.0 -- 2017-12-12
    32 7.1.0 -- 2017-12-12
    12 -------------------
    33 -------------------
    13 
    34 
    14   * verbosity: respect --quiet for prev, next and summary
    35   * verbosity: respect --quiet for prev, next and summary