mercurial/commands.py
changeset 711 734712f37de3
parent 709 cc2e8f3d4412
child 712 b4f0fad0ea64
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -535,6 +535,7 @@ def doexport(ui, repo, changeset, seqno,
             outname = make_filename(repo, repo.changelog, opts['output'],
                                     node=node, total=total, seqno=seqno,
                                     revwidth=revwidth)
+            ui.note("Exporting patch to '%s'.\n" % outname)
             fp = open(outname, 'wb')
         except KeyError, inst:
             ui.warn("error: invalid format spec '%%%s' in output file name\n" %