Show More
@@ -1448,7 +1448,7 b' def diffstat(lines, width=80):' | |||
|
1448 | 1448 | adds+removes, pluses, minuses)) |
|
1449 | 1449 | |
|
1450 | 1450 | if stats: |
|
1451 | output.append(' %d files changed, %d insertions(+), %d deletions(-)\n' | |
|
1451 | output.append(_(' %d files changed, %d insertions(+), %d deletions(-)\n') | |
|
1452 | 1452 | % (len(stats), totaladds, totalremoves)) |
|
1453 | 1453 | |
|
1454 | 1454 | return ''.join(output) |
General Comments 0
You need to be logged in to leave comments.
Login now