##// END OF EJS Templates
overlayworkingctx: add a no-op ``clearunknown()``...
Phil Cohen -
r35323:baf58e62 default
parent child Browse files
Show More
@@ -2217,6 +2217,9 b' class overlayworkingfilectx(workingfilec'
2217 2217 def remove(self, ignoremissing=False):
2218 2218 return self._parent.remove(self._path)
2219 2219
2220 def clearunknown(self):
2221 pass
2222
2220 2223 class workingcommitctx(workingctx):
2221 2224 """A workingcommitctx object makes access to data related to
2222 2225 the revision being committed convenient.
General Comments 0
You need to be logged in to leave comments. Login now