Skip to content

Commit e81bcf3

Browse files
committed
Merge branch 'dm/log-readme-file'
Signed-off-by: Elijah Newren <[email protected]>
2 parents 8df00d8 + 09376fa commit e81bcf3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

git-filter-repo

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2915,10 +2915,11 @@ class RepoAnalyze(object):
29152915
stats = RepoAnalyze.gather_data(args)
29162916

29172917
# Write the reports
2918-
sys.stdout.write(_("Writing reports to %s...") % decode(reportdir))
2918+
sys.stdout.write(_("Writing reports to \"%s\"...") % decode(reportdir))
29192919
sys.stdout.flush()
29202920
RepoAnalyze.write_report(reportdir, stats)
29212921
sys.stdout.write(_("done.\n"))
2922+
sys.stdout.write(_("README: \"%s\"\n") % decode( os.path.join(reportdir, b"README") ))
29222923

29232924
class FileInfoValueHelper:
29242925
def __init__(self, replace_text, insert_blob_func, source_working_dir):

0 commit comments

Comments
 (0)