branch | stable |
changeset 28981 | 7b188bc23942 |
parent 28907 | 66e647312d30 |
child 29205 | a0939666b836 |
--- a/hgext/patchbomb.py Sun Apr 10 01:28:52 2016 +0100 +++ b/hgext/patchbomb.py Thu Apr 14 15:15:49 2016 +0000 @@ -572,7 +572,7 @@ msg %= (publicurl, missing[0]) revhint = ' '.join('-r %s' % h for h in repo.set('heads(%ld)', missing)) - hint = _('use "hg push %s %s"') % (publicurl, revhint) + hint = _("use 'hg push %s %s'") % (publicurl, revhint) raise error.Abort(msg, hint=hint) # start