changeset 711 | 734712f37de3 |
parent 709 | cc2e8f3d4412 |
child 712 | b4f0fad0ea64 |
--- a/mercurial/commands.py Fri Jul 15 10:58:19 2005 +0100 +++ b/mercurial/commands.py Fri Jul 15 12:17:03 2005 +0100 @@ -535,6 +535,7 @@ 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" %