# HG changeset patch # User Valentin Gatien-Baron # Date 1581797201 18000 # Node ID 815c63526d1d6493bd89f3191a1c1e0cf28a94b7 # Parent 6392bd7c26a88fffdb5dcecdae53a49fcd494ed3 relnotes: add entry about previous `hg recover` change Differential Revision: https://phab.mercurial-scm.org/D8123 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 ==