mercurial/exchange.py
changeset 33689 9c27a2891b75
parent 33688 2194a8723138
child 33693 db3dc11356ed
--- a/mercurial/exchange.py	Tue Aug 01 17:58:20 2017 +0200
+++ b/mercurial/exchange.py	Tue Aug 01 18:07:34 2017 +0200
@@ -677,9 +677,10 @@
         if unfi.obsstore:
             # this message are here for 80 char limit reason
             mso = _("push includes obsolete changeset: %s!")
+            mspd = _("push includes phase-divergent changeset: %s!")
             mscd = _("push includes content-divergent changeset: %s!")
             mst = {"orphan": _("push includes orphan changeset: %s!"),
-                   "bumped": _("push includes bumped changeset: %s!"),
+                   "phase-divergent": mspd,
                    "content-divergent": mscd}
             # If we are to push if there is at least one
             # obsolete or unstable changeset in missing, at