##// END OF EJS Templates
cmdutil: add a missing byte prefix to string introduce in 976b26bdd0d8...
marmoute -
r47204:f0982c76 stable
parent child Browse files
Show More
@@ -3145,7 +3145,7 b' def commitstatus(repo, node, branch, bhe'
3145 # avoid reporting something like "committed new head" when
3145 # avoid reporting something like "committed new head" when
3146 # recommitting old changesets, and issue a helpful warning
3146 # recommitting old changesets, and issue a helpful warning
3147 # for most instances
3147 # for most instances
3148 repo.ui.warn(_("warning: commit already existed in the repository!\n"))
3148 repo.ui.warn(_(b"warning: commit already existed in the repository!\n"))
3149 elif (
3149 elif (
3150 not opts.get(b'amend')
3150 not opts.get(b'amend')
3151 and bheads
3151 and bheads
General Comments 0
You need to be logged in to leave comments. Login now