Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 3902:0d27502a804c
Merge with crew-stable
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Fri, 15 Dec 2006 18:38:09 -0800 |
parents | 6b4127c7d52a 2b3175acb653 |
children | b12eae71382d |
line wrap: on
line diff
--- 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))