Show More
@@ -1407,7 +1407,7 b' def diffstat(lines, width=80):' | |||
|
1407 | 1407 | for filename, adds, removes in stats: |
|
1408 | 1408 | pluses = '+' * scale(adds) |
|
1409 | 1409 | minuses = '-' * scale(removes) |
|
1410 |
output.append(' %-*s | %* |
|
|
1410 | output.append(' %-*s | %*s %s%s\n' % (maxname, filename, countwidth, | |
|
1411 | 1411 |
|
|
1412 | 1412 | |
|
1413 | 1413 | if stats: |
General Comments 0
You need to be logged in to leave comments.
Login now