diff mercurial/destutil.py @ 29968:40f845537dca

update: use single quotes in use warning
author timeless <timeless@mozdev.org>
date Fri, 02 Sep 2016 21:49:33 +0000
parents 1c7167009936
children 318a24b52eeb
line wrap: on
line diff
--- a/mercurial/destutil.py	Fri Sep 02 21:46:00 2016 +0000
+++ b/mercurial/destutil.py	Fri Sep 02 21:49:33 2016 +0000
@@ -416,8 +416,8 @@
                         'updating to a closed head\n') %
                       (currentbranch))
             if otherheads:
-                ui.warn(_('(committing will reopen the head, '
-                            'use `hg heads .` to see %i other heads)\n') %
+                ui.warn(_("(committing will reopen the head, "
+                            "use 'hg heads .' to see %i other heads)\n") %
                           (len(otherheads)))
             else:
                 ui.warn(_('(committing will reopen branch "%s")\n') %