Show More
@@ -2098,6 +2098,9 b' class overlayworkingfilectx(workingfilec' | |||||
2098 | self._parent = parent |
|
2098 | self._parent = parent | |
2099 | self._path = path |
|
2099 | self._path = path | |
2100 |
|
2100 | |||
|
2101 | def cmp(self, fctx): | |||
|
2102 | return self.data() != fctx.data() | |||
|
2103 | ||||
2101 | def ctx(self): |
|
2104 | def ctx(self): | |
2102 | return self._parent |
|
2105 | return self._parent | |
2103 |
|
2106 |
General Comments 0
You need to be logged in to leave comments.
Login now