make patchbomb work with recent changes to export
authorVadim Gelfer <vadim.gelfer@gmail.com>
Wed, 28 Dec 2005 07:11:46 -0800
changeset 1603 5352a5407dc1
parent 1595 dca956c9767d
child 1604 da3f1121721b
make patchbomb work with recent changes to export
contrib/patchbomb
--- a/contrib/patchbomb
+++ b/contrib/patchbomb
@@ -159,6 +159,7 @@ def patchbomb(ui, repo, *revs, **opts):
             self.lines = []
 
     commands.export(ui, repo, *args, **{'output': exportee(patches),
+                                        'switch_parent': False,
                                         'text': None})
 
     jumbo = []