mercurial/discovery.py
changeset 29973 4ddb05751b12
parent 29901 4d1e6f91f1c7
child 31586 df82f375fa00
--- a/mercurial/discovery.py	Tue Sep 20 23:47:02 2016 +0000
+++ b/mercurial/discovery.py	Tue Sep 20 23:47:30 2016 +0000
@@ -401,7 +401,7 @@
                     errormsg = (_("push creates new branch '%s' "
                                   "with multiple heads") % (branch))
                     hint = _("merge or"
-                             " see \"hg help push\" for details about"
+                             " see 'hg help push' for details about"
                              " pushing new heads")
         elif len(newhs) > len(oldhs):
             # remove bookmarked or existing remote heads from the new heads list
@@ -420,11 +420,11 @@
                                  ) % short(dhs[0])
                 if unsyncedheads:
                     hint = _("pull and merge or"
-                             " see \"hg help push\" for details about"
+                             " see 'hg help push' for details about"
                              " pushing new heads")
                 else:
                     hint = _("merge or"
-                             " see \"hg help push\" for details about"
+                             " see 'hg help push' for details about"
                              " pushing new heads")
             if branch is None:
                 repo.ui.note(_("new remote heads:\n"))