##// END OF EJS Templates
filemerge: fix a missing attribute usage...
Matt Harbison -
r44305:d5ce99a6 default
parent child Browse files
Show More
@@ -119,7 +119,7 b' class absentfilectx(object):'
119 """
119 """
120 return not (
120 return not (
121 fctx.isabsent()
121 fctx.isabsent()
122 and fctx.ctx() == self.ctx()
122 and fctx.changectx() == self.changectx()
123 and fctx.path() == self.path()
123 and fctx.path() == self.path()
124 )
124 )
125
125
General Comments 0
You need to be logged in to leave comments. Login now