mercurial/commands.py
changeset 3900 2b3175acb653
parent 3885 6081b4c68baf
child 3902 0d27502a804c
child 3914 283ee8971570
--- a/mercurial/commands.py	Fri Dec 15 19:09:10 2006 +0100
+++ b/mercurial/commands.py	Fri Dec 15 19:30:20 2006 +0100
@@ -1066,7 +1066,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))