mercurial/cmdutil.py
branchstable
changeset 46475 f0982c76ef1b
parent 46241 012e25abc603
child 46687 83ffc49f7e48
child 46765 62c2857a174b
--- a/mercurial/cmdutil.py	Mon Jan 18 10:20:58 2021 +0100
+++ b/mercurial/cmdutil.py	Wed Feb 10 00:11:46 2021 +0100
@@ -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