relnotes/next
changeset 42372 ba6ca4e80607
parent 42343 d8e55c0c642c
child 42405 0c72eddb4be5
equal deleted inserted replaced
42371:b47e9712000b 42372:ba6ca4e80607
    23    e.g. `experimental.graphstyle.parent = !` and
    23    e.g. `experimental.graphstyle.parent = !` and
    24    `experimental.graphstyle.grandparent = 3.` would use `!` for the
    24    `experimental.graphstyle.grandparent = 3.` would use `!` for the
    25    first three lines of the graph and then `.`. This is no longer
    25    first three lines of the graph and then `.`. This is no longer
    26    supported.
    26    supported.
    27 
    27 
       
    28  * If `ui.origbackuppath` had been (incorrectly) configured to point
       
    29    to a file, we will now replace that file by a directory and put
       
    30    backups in that directory. This is similar to how we would
       
    31    previously replace files *in* the configured directory by
       
    32    subdirectories.
    28 
    33 
    29 == Internal API Changes ==
    34 == Internal API Changes ==
    30 
    35 
    31  * Matchers are no longer iterable. Use `match.files()` instead.
    36  * Matchers are no longer iterable. Use `match.files()` instead.
    32 
    37