Mercurial > hg
comparison relnotes/next @ 42372:ba6ca4e80607
relnotes: document changed behavior of ui.origbackuppath pointing to file
Differential Revision: https://phab.mercurial-scm.org/D6446
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Fri, 24 May 2019 09:24:47 -0700 |
parents | d8e55c0c642c |
children | 0c72eddb4be5 |
comparison
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 |