hgext/patchbomb.py
changeset 28907 66e647312d30
parent 28861 86db5cb55d46
child 28981 7b188bc23942
--- a/hgext/patchbomb.py	Thu Apr 14 14:36:52 2016 +0000
+++ b/hgext/patchbomb.py	Thu Apr 14 14:26:37 2016 +0000
@@ -570,7 +570,7 @@
                 else:
                     msg = _('public url %s is missing %s')
                     msg %= (publicurl, missing[0])
-                revhint = ''.join('-r %s' % h
+                revhint = ' '.join('-r %s' % h
                                   for h in repo.set('heads(%ld)', missing))
                 hint = _('use "hg push %s %s"') % (publicurl, revhint)
                 raise error.Abort(msg, hint=hint)