CHANGELOG
branchmercurial-4.1
changeset 3382 f14ad1e83896
parent 3295 64aedeb30625
child 3349 0539070016b0
child 3362 92b414710d2e
equal deleted inserted replaced
3289:bd99cb54712b 3382:f14ad1e83896
     1 Changelog
     1 Changelog
     2 =========
     2 =========
     3 
     3 
     4 7.1.0 - in progress
     4 7.1.1 - in progress
       
     5 -------------------
       
     6 
       
     7 topic (0.6.1)
       
     8 
       
     9   * fix compatibility with Mercurial-4.3
       
    10 
       
    11 7.1.0 -- 2017-12-12
     5 -------------------
    12 -------------------
     6 
    13 
     7   * verbosity: respect --quiet for prev, next and summary
    14   * verbosity: respect --quiet for prev, next and summary
     8   * note: add a `-n/--note` flag to all history rewritting commands
    15   * note: add a `-n/--note` flag to all history rewritting commands
     9   * obslog: shows the obsmarkers notes
    16   * obslog: shows the obsmarkers notes
    10   * obsdiscover: Improved stable range slice for the experimental obshashrange
    17   * obsdiscover: Improved stable range slice for the experimental obshashrange
    11                  (client and server need to upgrade to this version)
    18                  (client and server need to upgrade to this version)
       
    19   * split: preserve the branch of the source changeset
    12 
    20 
    13 topic (0.6.0)
    21 topic (0.6.0)
    14 
    22 
    15   * add a new 'serverminitopic' extension for minimal server support
    23   * add a new 'serverminitopic' extension for minimal server support
    16     (see `hg help -e serverminitopic` for details)
    24     (see `hg help -e serverminitopic` for details)
    17   * add a new config option `experimental.topic-mode.server` using which a
    25   * add a new config option `experimental.topic-mode.server` using which a
    18     server can reject draft changesets without topic
    26     server can reject draft changesets without topic
    19 
       
    20 7.0.2 - in progress
       
    21 -------------------
       
    22 
       
    23   * split: preserve the branch of the source changeset
       
    24 
       
    25 Topic (0.5.2)
       
    26 
       
    27   * fix behavior of `hg stack` in cases of split
    27   * fix behavior of `hg stack` in cases of split
    28   * makes code more resilient to partiel initialization
    28   * makes code more resilient to partiel initialization
    29   * avoid over wrapping inside of long living process
    29   * avoid over wrapping inside of long living process
    30 
    30 
    31 7.0.1 -- 2017-11-14
    31 7.0.1 -- 2017-11-14