[PATCH 0 of 2] contrib/patchbomb script, take 2

Thomas Arendsen Hein thomas at intevation.de
Wed Aug 10 02:57:45 CDT 2005


* Bryan O'Sullivan <bos at serpentine.com> [20050810 07:01]:
> This patch series contains the contrib/patchbomb script I wrote a few
> weeks ago, reworked to not use MIME attachments.

I tried to use it, but couldn't figure out how.

I tried:
$ hg-patchbomb --debug -n -t mercurial at selenic.com 861:864
Exporting patches:
email
email
email
email
This patch series consists of 4 patches.

Traceback (most recent call last):
  File "/home/thomas/bin/hg-patchbomb", line 231, in ?
    patchbomb(u, repo, *args, **options)
  File "/home/thomas/bin/hg-patchbomb", line 149, in patchbomb
    msgs.append(makepatch(p, i + 1, len(patches)))
  File "/home/thomas/bin/hg-patchbomb", line 111, in makepatch
    body += '\n\n\n' + cdiffstat('\n'.join(desc), patch) + '\n\n'
TypeError: cannot concatenate 'str' and 'NoneType' objects


-- 
Email: thomas at intevation.de
http://intevation.de/~thomas/


More information about the Mercurial mailing list