diff 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
line wrap: on
line diff
--- a/relnotes/next	Sat May 11 00:17:42 2019 -0700
+++ b/relnotes/next	Fri May 24 09:24:47 2019 -0700
@@ -25,6 +25,11 @@
    first three lines of the graph and then `.`. This is no longer
    supported.
 
+ * If `ui.origbackuppath` had been (incorrectly) configured to point
+   to a file, we will now replace that file by a directory and put
+   backups in that directory. This is similar to how we would
+   previously replace files *in* the configured directory by
+   subdirectories.
 
 == Internal API Changes ==