##// END OF EJS Templates
export: explicitly honor all diffopts...
Siddharth Agarwal -
r23690:de5c76aa default
parent child Browse files
Show More
@@ -3169,7 +3169,7 b' def export(ui, repo, *changesets, **opts'
3169 ui.note(_('exporting patch:\n'))
3169 ui.note(_('exporting patch:\n'))
3170 cmdutil.export(repo, revs, template=opts.get('output'),
3170 cmdutil.export(repo, revs, template=opts.get('output'),
3171 switch_parent=opts.get('switch_parent'),
3171 switch_parent=opts.get('switch_parent'),
3172 opts=patch.diffopts(ui, opts))
3172 opts=patch.diffallopts(ui, opts))
3173
3173
3174 @command('files',
3174 @command('files',
3175 [('r', 'rev', '', _('search the repository as it is in REV'), _('REV')),
3175 [('r', 'rev', '', _('search the repository as it is in REV'), _('REV')),
General Comments 0
You need to be logged in to leave comments. Login now