Show More
@@ -526,7 +526,7 b' class DiffSet(object):' | |||
|
526 | 526 | actions = [] |
|
527 | 527 | for op_id, op_text in filediff.patch['stats']['ops'].items(): |
|
528 | 528 | if op_id == DEL_FILENODE: |
|
529 |
actions.append(u'file was |
|
|
529 | actions.append(u'file was removed') | |
|
530 | 530 | elif op_id == BIN_FILENODE: |
|
531 | 531 | actions.append(u'binary diff hidden') |
|
532 | 532 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now