mercurial/commands.py
changeset 31031 bd538ed3b9e6
parent 31030 ed0023e47412
child 31032 1cec1d863008
--- a/mercurial/commands.py	Mon Feb 06 22:58:26 2017 -0500
+++ b/mercurial/commands.py	Mon Feb 06 22:58:54 2017 -0500
@@ -2022,6 +2022,7 @@
         ui.note(_('exporting patches:\n'))
     else:
         ui.note(_('exporting patch:\n'))
+    ui.pager('export')
     cmdutil.export(repo, revs, template=opts.get('output'),
                  switch_parent=opts.get('switch_parent'),
                  opts=patch.diffallopts(ui, opts))