Submitter | phabricator |
---|---|
Date | May 15, 2019, 6:17 p.m. |
Message ID | <3654afcf4d0f72bc80e386ee7fa04997@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/40065/ |
State | Not Applicable |
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 "