--- 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