CHANGELOG
branchmercurial-4.6
changeset 4074 eb4d07a0b19f
parent 4070 c53bf38e2e5a
child 4083 8d8f08245f97
equal deleted inserted replaced
4030:9871809aa348 4074:eb4d07a0b19f
     2 =========
     2 =========
     3 
     3 
     4 8.1.2 - in progress
     4 8.1.2 - in progress
     5 -------------------
     5 -------------------
     6 
     6 
       
     7   * prune: rename `--biject` flag to `--pair` (old flag is kept as an alias)
       
     8   * pick: rename the "grab" command to "pick" to avoid ambiguity with graft
       
     9   * discovery: enable obshashrange based discovery by default
       
    10 
       
    11 topic
       
    12 
       
    13   * revset: `topic("patterns")` now handle standard patterns ("re:", etc)
       
    14   * revset: `topic(REVS)` matches revisions with same topic as REVS
       
    15   * topic: using `s#` alias instead of `t#` and `b#` alias
       
    16            (compat with old form is preserved)
       
    17 
       
    18 8.1.2 -- 2018-08-28
       
    19 -------------------
       
    20 
     7   * obshashrange: improved robusness of the cache under heavy load
    21   * obshashrange: improved robusness of the cache under heavy load
       
    22   * obshashrange: force recomputation of the final obshash related cache
       
    23                   (to make sure people benefit from the 8.1.1 fixes)
     8 
    24 
     9 8.1.1 -- 2018-08-21
    25 8.1.1 -- 2018-08-21
    10 -------------------
    26 -------------------
    11 
    27 
    12   * clone: fix possible crash when using clone bundle and forcing cache warming
    28   * clone: fix possible crash when using clone bundle and forcing cache warming