Show More
@@ -535,6 +535,7 b' def doexport(ui, repo, changeset, seqno,' | |||||
535 | outname = make_filename(repo, repo.changelog, opts['output'], |
|
535 | outname = make_filename(repo, repo.changelog, opts['output'], | |
536 | node=node, total=total, seqno=seqno, |
|
536 | node=node, total=total, seqno=seqno, | |
537 | revwidth=revwidth) |
|
537 | revwidth=revwidth) | |
|
538 | ui.note("Exporting patch to '%s'.\n" % outname) | |||
538 | fp = open(outname, 'wb') |
|
539 | fp = open(outname, 'wb') | |
539 | except KeyError, inst: |
|
540 | except KeyError, inst: | |
540 | ui.warn("error: invalid format spec '%%%s' in output file name\n" % |
|
541 | ui.warn("error: invalid format spec '%%%s' in output file name\n" % |
General Comments 0
You need to be logged in to leave comments.
Login now