Submitter | phabricator |
---|---|
Date | Nov. 14, 2019, 3:52 a.m. |
Message ID | <differential-rev-PHID-DREV-65lcilpwdjagbqdpdfuc-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/43174/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/debugcommands.py b/mercurial/debugcommands.py --- a/mercurial/debugcommands.py +++ b/mercurial/debugcommands.py @@ -480,8 +480,8 @@ ui.warn(_(b"%s in manifest1, but listed as state %s") % (f, state)) errors += 1 if errors: - error = _(b".hg/dirstate inconsistent with current parent's manifest") - raise error.Abort(error) + errstr = _(b".hg/dirstate inconsistent with current parent's manifest") + raise error.Abort(errstr) @command(