comparison tests/test-completion.t @ 42144:013de80bf90e

recover: add a --[no-]verify flag For trivial cases, the cost of the verify run after `hg recover` is getting in the way. In addition for very large repositories, the cost is simply too high to be paid, making `hg recover` an unusable commands. We introduce a --verify flag, set by default. If is automatically associated with a --no-verify flag that one can use to skip the verify step. We might consider changing the default behavior in the future. However this is out of scope for this series.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Wed, 17 Apr 2019 00:37:00 +0200
parents 6ae1a776dd1a
children 496ac8a02380
comparison
equal deleted inserted replaced
42143:29569f2db929 42144:013de80bf90e
330 parents: rev, style, template 330 parents: rev, style, template
331 paths: template 331 paths: template
332 phase: public, draft, secret, force, rev 332 phase: public, draft, secret, force, rev
333 pull: update, force, rev, bookmark, branch, ssh, remotecmd, insecure 333 pull: update, force, rev, bookmark, branch, ssh, remotecmd, insecure
334 push: force, rev, bookmark, branch, new-branch, pushvars, publish, ssh, remotecmd, insecure 334 push: force, rev, bookmark, branch, new-branch, pushvars, publish, ssh, remotecmd, insecure
335 recover: 335 recover: verify
336 remove: after, force, subrepos, include, exclude, dry-run 336 remove: after, force, subrepos, include, exclude, dry-run
337 rename: after, force, include, exclude, dry-run 337 rename: after, force, include, exclude, dry-run
338 resolve: all, list, mark, unmark, no-status, re-merge, tool, include, exclude, template 338 resolve: all, list, mark, unmark, no-status, re-merge, tool, include, exclude, template
339 revert: all, date, rev, no-backup, interactive, include, exclude, dry-run 339 revert: all, date, rev, no-backup, interactive, include, exclude, dry-run
340 rollback: dry-run, force 340 rollback: dry-run, force