mercurial/commands.py
changeset 23690 de5c76aaeaf4
parent 23620 3d4aa20b775d
child 23742 3a4d8a6ce432
--- a/mercurial/commands.py	Fri Nov 21 16:16:03 2014 -0800
+++ b/mercurial/commands.py	Tue Nov 18 22:21:03 2014 -0800
@@ -3169,7 +3169,7 @@
         ui.note(_('exporting patch:\n'))
     cmdutil.export(repo, revs, template=opts.get('output'),
                  switch_parent=opts.get('switch_parent'),
-                 opts=patch.diffopts(ui, opts))
+                 opts=patch.diffallopts(ui, opts))
 
 @command('files',
     [('r', 'rev', '', _('search the repository as it is in REV'), _('REV')),