changeset 44369:815c63526d1d

relnotes: add entry about previous `hg recover` change Differential Revision: https://phab.mercurial-scm.org/D8123
author Valentin Gatien-Baron <valentin.gatienbaron@gmail.com>
date Sat, 15 Feb 2020 15:06:41 -0500
parents 6392bd7c26a8
children edaae3616ba3
files relnotes/next
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/relnotes/next	Thu Feb 20 15:15:23 2020 -0800
+++ b/relnotes/next	Sat Feb 15 15:06:41 2020 -0500
@@ -35,6 +35,8 @@
    can use the new `conflictparents()` revset for finding the other
    parent during a conflict.
 
+ * `hg recover` does not verify the validity of the whole repository
+   anymore. You can pass `--verify` or call `hg verify` if necessary.
 
 == Internal API Changes ==