Submitter | phabricator |
---|---|
Date | May 15, 2019, 6:04 p.m. |
Message ID | <differential-rev-PHID-DREV-ucdvryl5ab4677o5tic4-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/40060/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -4680,7 +4680,7 @@ """ ret = repo.recover() if ret: - if opts['verify']: + if opts[r'verify']: return hg.verify(repo) else: msg = _("(verify step skipped, run `hg verify` to check your "