# HG changeset patch # User Bryan O'Sullivan # Date 1124912589 25200 # Node ID 706c590c90601081447a35a7a243cebdbb863e8a # Parent 503aaf19a040a95a50b8afacaa10cb1caf29fffb Get patchbomb working with tip again. diff -r 503aaf19a040 -r 706c590c9060 contrib/patchbomb --- a/contrib/patchbomb Wed Aug 24 12:39:10 2005 -0700 +++ b/contrib/patchbomb Wed Aug 24 12:43:09 2005 -0700 @@ -147,7 +147,8 @@ self.container.append(''.join(self.lines).split('\n')) self.lines = [] - commands.export(ui, repo, *args, **{'output': exportee(patches)}) + commands.export(ui, repo, *args, **{'output': exportee(patches), + 'text': None}) jumbo = [] msgs = []