Mercurial > hg
changeset 29966:11604da46982
rebase: use single quotes in use warning
author | timeless <timeless@mozdev.org> |
---|---|
date | Tue, 20 Sep 2016 23:44:28 +0000 |
parents | b3100653bafd |
children | bd55d98027ee |
files | hgext/rebase.py tests/test-rebase-scenario-global.t |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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