##// END OF EJS Templates
Get patchbomb working with tip again.
Bryan O'Sullivan -
r1032:706c590c default
parent child Browse files
Show More
@@ -147,7 +147,8 b' def patchbomb(ui, repo, *revs, **opts):'
147 147 self.container.append(''.join(self.lines).split('\n'))
148 148 self.lines = []
149 149
150 commands.export(ui, repo, *args, **{'output': exportee(patches)})
150 commands.export(ui, repo, *args, **{'output': exportee(patches),
151 'text': None})
151 152
152 153 jumbo = []
153 154 msgs = []
General Comments 0
You need to be logged in to leave comments. Login now