Submitter | phabricator |
---|---|
Date | April 22, 2019, 1:03 p.m. |
Message ID | <9dcc64717b3db434d360da16a9a08df6@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/39785/ |
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 @@ -6167,6 +6167,8 @@ Returns 0 on success, 1 if errors are encountered. """ + opts = pycompat.byteskwargs(opts) + level = None if opts['full']: level = verifymod.VERIFY_FULL