relnotes: add entry about previous `hg recover` change
authorValentin Gatien-Baron <valentin.gatienbaron@gmail.com>
Sat, 15 Feb 2020 15:06:41 -0500
changeset 44403 815c63526d1d
parent 44402 6392bd7c26a8
child 44404 edaae3616ba3
relnotes: add entry about previous `hg recover` change Differential Revision: https://phab.mercurial-scm.org/D8123
relnotes/next
--- 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 ==