Get patchbomb working with tip again.
authorBryan O'Sullivan <bos@serpentine.com>
Wed, 24 Aug 2005 12:43:09 -0700
changeset 1032 706c590c9060
parent 1031 503aaf19a040
child 1033 5426c8248df6
Get patchbomb working with tip again.
contrib/patchbomb
--- a/contrib/patchbomb
+++ b/contrib/patchbomb
@@ -147,7 +147,8 @@ def patchbomb(ui, repo, *revs, **opts):
             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 = []