[PATCH 2 of 2] Get patchbomb working with tip again
Bryan O'Sullivan
bos at serpentine.com
Wed Aug 24 19:51:28 UTC 2005
Patch subject is complete summary.
# HG changeset patch
# User Bryan O'Sullivan <bos at serpentine.com>
# Node ID 706c590c90601081447a35a7a243cebdbb863e8a
# Parent 503aaf19a040a95a50b8afacaa10cb1caf29fffb
Get patchbomb working with tip again.
diff -r 503aaf19a040 -r 706c590c9060 contrib/patchbomb
--- a/contrib/patchbomb Wed Aug 24 19:39:10 2005
+++ b/contrib/patchbomb Wed Aug 24 19:43:09 2005
@@ -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 = []
More information about the Mercurial
mailing list