# HG changeset patch # User Vadim Gelfer # Date 1135782706 28800 # Node ID 5352a5407dc1d680dc8cee4d3e7672332a1338dd # Parent dca956c9767d6b6814a7b5fb6cdb005cc7511133 make patchbomb work with recent changes to export diff -r dca956c9767d -r 5352a5407dc1 contrib/patchbomb --- a/contrib/patchbomb Thu Dec 22 13:18:44 2005 -0600 +++ b/contrib/patchbomb Wed Dec 28 07:11:46 2005 -0800 @@ -159,6 +159,7 @@ self.lines = [] commands.export(ui, repo, *args, **{'output': exportee(patches), + 'switch_parent': False, 'text': None}) jumbo = []