rebase: use single quotes in use warning
authortimeless <timeless@mozdev.org>
Tue, 20 Sep 2016 23:44:28 +0000
changeset 29966 11604da46982
parent 29965 b3100653bafd
child 29967 bd55d98027ee
rebase: use single quotes in use warning
hgext/rebase.py
tests/test-rebase-scenario-global.t
--- a/hgext/rebase.py	Tue Sep 20 20:12:38 2016 +0000
+++ b/hgext/rebase.py	Tue Sep 20 23:44:28 2016 +0000
@@ -296,7 +296,7 @@
         if not self.keepf and not self.repo[root].mutable():
             raise error.Abort(_("can't rebase public changeset %s")
                              % self.repo[root],
-                             hint=_('see "hg help phases" for details'))
+                             hint=_("see 'hg help phases' for details"))
 
         (self.originalwd, self.target, self.state) = result
         if self.collapsef:
@@ -1128,7 +1128,7 @@
         if immutable:
             repo.ui.warn(_("warning: can't clean up public changesets %s\n")
                         % ', '.join(str(repo[r]) for r in immutable),
-                        hint=_('see "hg help phases" for details'))
+                        hint=_("see 'hg help phases' for details"))
             cleanup = False
 
         descendants = set()
--- a/tests/test-rebase-scenario-global.t	Tue Sep 20 20:12:38 2016 +0000
+++ b/tests/test-rebase-scenario-global.t	Tue Sep 20 23:44:28 2016 +0000
@@ -326,7 +326,7 @@
   [1]
   $ hg rebase -d 5 -b 6
   abort: can't rebase public changeset e1c4361dd923
-  (see "hg help phases" for details)
+  (see 'hg help phases' for details)
   [255]
 
   $ hg rebase -d 5 -b 6 --keep