##// END OF EJS Templates
make patchbomb work with recent changes to export
Vadim Gelfer -
r1603:5352a540 default
parent child Browse files
Show More
@@ -159,6 +159,7 b' def patchbomb(ui, repo, *revs, **opts):'
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 = []
General Comments 0
You need to be logged in to leave comments. Login now