contrib/patchbomb
changeset 1032 706c590c9060
parent 998 c37dd58a444a
child 1118 63b5f68d8167
equal deleted inserted replaced
1031:503aaf19a040 1032:706c590c9060
   145 
   145 
   146         def close(self):
   146         def close(self):
   147             self.container.append(''.join(self.lines).split('\n'))
   147             self.container.append(''.join(self.lines).split('\n'))
   148             self.lines = []
   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     jumbo = []
   153     jumbo = []
   153     msgs = []
   154     msgs = []
   154 
   155 
   155     ui.write('This patch series consists of %d patches.\n\n' % len(patches))
   156     ui.write('This patch series consists of %d patches.\n\n' % len(patches))