diff -r 6392bd7c26a8 -r 815c63526d1d 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 ==