contrib/patchbomb
changeset 1603 5352a5407dc1
parent 1226 f3837564ed03
child 1604 da3f1121721b
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