Submitter | phabricator |
---|---|
Date | March 4, 2020, 10:16 p.m. |
Message ID | <1ed6b3e2e5e5a2c3732254b794f2fe4d@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/45487/ |
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 @@ -7665,7 +7665,7 @@ Returns 0 on success, 1 if there are unresolved files. """ - cmdutil.check_at_most_one_arg(opts, b'clean', b'check', b'merge') + cmdutil.check_at_most_one_arg(opts, 'clean', 'check', 'merge') rev = opts.get('rev') date = opts.get('date') clean = opts.get('clean')