Progress from the blame module is now printed regardless of --hard.

This commit is contained in:
Adam Waldenberg 2015-10-29 03:17:26 +01:00
parent 1ed9b5e3cf
commit 6606d8b13c
1 changed files with 1 additions and 3 deletions

View File

@ -141,9 +141,7 @@ class Blame(object):
thread = BlameThread(useweeks, changes, blame_command, FileDiff.get_extension(row), self.blames, row.strip())
thread.daemon = True
thread.start()
if hard:
Blame.output_progress(i, len(lines))
Blame.output_progress(i, len(lines))
# Make sure all threads have completed.
for i in range(0, NUM_THREADS):