diff -r 8d46056960ab -r ff7253a0d1da hgext/patchbomb.py --- a/hgext/patchbomb.py Mon Jun 18 21:30:27 2007 -0500 +++ b/hgext/patchbomb.py Tue Jun 19 08:06:37 2007 +0200 @@ -316,8 +316,8 @@ return msgs def getbundlemsgs(bundle): - subj = opts['subject'] or \ - prompt('Subject:', default='A bundle for your repository') + subj = (opts['subject'] + or prompt('Subject:', default='A bundle for your repository')) ui.write(_('\nWrite the introductory message for the bundle.\n\n')) body = ui.edit('', sender)