mercurial/commands.py
changeset 44355 7a4e1d245f19
parent 44306 a0ec05d93c8e
child 44364 8be0c63535b5
--- a/mercurial/commands.py	Tue Feb 11 00:08:28 2020 -0500
+++ b/mercurial/commands.py	Wed Jan 22 14:21:34 2020 -0500
@@ -5669,7 +5669,7 @@
 
 @command(
     b'recover',
-    [(b'', b'verify', True, b"run `hg verify` after successful recover"),],
+    [(b'', b'verify', False, b"run `hg verify` after successful recover"),],
     helpcategory=command.CATEGORY_MAINTENANCE,
 )
 def recover(ui, repo, **opts):