Submitter | phabricator |
---|---|
Date | Feb. 9, 2021, 11:12 p.m. |
Message ID | <differential-rev-PHID-DREV-qszyq7e67oseusbzk6dm-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/48289/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/mercurial/cmdutil.py b/mercurial/cmdutil.py --- a/mercurial/cmdutil.py +++ b/mercurial/cmdutil.py @@ -3145,7 +3145,7 @@ # avoid reporting something like "committed new head" when # recommitting old changesets, and issue a helpful warning # for most instances - repo.ui.warn(_("warning: commit already existed in the repository!\n")) + repo.ui.warn(_(b"warning: commit already existed in the repository!\n")) elif ( not opts.get(b'amend') and bheads