comparison contrib/patchbomb @ 1603:5352a5407dc1

make patchbomb work with recent changes to export
author Vadim Gelfer <vadim.gelfer@gmail.com>
date Wed, 28 Dec 2005 07:11:46 -0800
parents f3837564ed03
children da3f1121721b
comparison
equal deleted inserted replaced
1595:dca956c9767d 1603:5352a5407dc1
157 def close(self): 157 def close(self):
158 self.container.append(''.join(self.lines).split('\n')) 158 self.container.append(''.join(self.lines).split('\n'))
159 self.lines = [] 159 self.lines = []
160 160
161 commands.export(ui, repo, *args, **{'output': exportee(patches), 161 commands.export(ui, repo, *args, **{'output': exportee(patches),
162 'switch_parent': False,
162 'text': None}) 163 'text': None})
163 164
164 jumbo = [] 165 jumbo = []
165 msgs = [] 166 msgs = []
166 167