diff tests/test-fncache.t @ 44355:7a4e1d245f19

recover: don't verify by default The reason is: - it's not that hard to trigger interrupted transactions: just run out of disk space - it takes forever to verify on large repos. Before --no-verify, I told people to C-c hg recover when the progress bar showed up. Now I tell them to pass --no-verify. - I don't remember a single case where the verification step was useful This is technically a change of behavior. Perhaps this would be better suited for tweakdefaults? Differential Revision: https://phab.mercurial-scm.org/D7972
author Valentin Gatien-Baron <vgatien-baron@janestreet.com>
date Wed, 22 Jan 2020 14:21:34 -0500
parents f59f8a5e9096
children a736ab681b78
line wrap: on
line diff
--- a/tests/test-fncache.t	Tue Feb 11 00:08:28 2020 -0500
+++ b/tests/test-fncache.t	Wed Jan 22 14:21:34 2020 -0500
@@ -356,7 +356,7 @@
   $ cat .hg/store/fncache | sort
   data/y.i
   data/z.i
-  $ hg recover
+  $ hg recover --verify
   rolling back interrupted transaction
   checking changesets
   checking manifests