Show More
@@ -1807,7 +1807,7 b' def trydiff(repo, revs, ctx1, ctx2, modi' | |||||
1807 | tn = None |
|
1807 | tn = None | |
1808 | dodiff = True |
|
1808 | dodiff = True | |
1809 | header = [] |
|
1809 | header = [] | |
1810 |
if f in |
|
1810 | if f not in addedset: | |
1811 | to = getfilectx(f, ctx1).data() |
|
1811 | to = getfilectx(f, ctx1).data() | |
1812 | if f not in removedset: |
|
1812 | if f not in removedset: | |
1813 | tn = getfilectx(f, ctx2).data() |
|
1813 | tn = getfilectx(f, ctx2).data() |
General Comments 0
You need to be logged in to leave comments.
Login now