comparison contrib/patchbomb @ 1032:706c590c9060

Get patchbomb working with tip again.
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 24 Aug 2005 12:43:09 -0700
parents c37dd58a444a
children 63b5f68d8167
comparison
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))