mercurial/commands.py
changeset 10611 e764f24a45ee
parent 10596 7648f32713f2
child 10617 da7662ea741f
--- a/mercurial/commands.py	Mon Mar 08 11:12:48 2010 -0600
+++ b/mercurial/commands.py	Mon Mar 08 19:43:24 2010 +0100
@@ -1204,7 +1204,7 @@
         ui.note(_('exporting patches:\n'))
     else:
         ui.note(_('exporting patch:\n'))
-    patch.export(repo, revs, template=opts.get('output'),
+    cmdutil.export(repo, revs, template=opts.get('output'),
                  switch_parent=opts.get('switch_parent'),
                  opts=patch.diffopts(ui, opts))