##// END OF EJS Templates
trydiff: set filename variables to None even when not opts.git or losedatafn...
Martin von Zweigbergk -
r24104:b6f43472 default
parent child Browse files
Show More
@@ -1780,7 +1780,6 b' def trydiff(repo, revs, ctx1, ctx2, modi'
1780 if f not in removedset:
1780 if f not in removedset:
1781 content2 = getfilectx(f, ctx2).data()
1781 content2 = getfilectx(f, ctx2).data()
1782 f1, f2 = f, f
1782 f1, f2 = f, f
1783 if opts.git or losedatafn:
1784 if f in addedset:
1783 if f in addedset:
1785 f1 = None
1784 f1 = None
1786 if f in copy:
1785 if f in copy:
General Comments 0
You need to be logged in to leave comments. Login now