changeset 3902 | 0d27502a804c |
parent 3891 | 6b4127c7d52a |
parent 3900 | 2b3175acb653 |
child 3920 | b12eae71382d |
--- a/mercurial/commands.py Fri Dec 15 11:14:55 2006 -0800 +++ b/mercurial/commands.py Fri Dec 15 18:38:09 2006 -0800 @@ -1065,7 +1065,7 @@ ui.note(_('exporting patches:\n')) else: ui.note(_('exporting patch:\n')) - patch.export(repo, map(repo.lookup, revs), template=opts['output'], + patch.export(repo, revs, template=opts['output'], switch_parent=opts['switch_parent'], opts=patch.diffopts(ui, opts))