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