Index: mercurial/context.py =================================================================== --- mercurial/context.py +++ mercurial/context.py @@ -2196,6 +2196,9 @@ def remove(self, ignoremissing=False): return self._parent.remove(self._path) + def clearunknown(self): + pass + class workingcommitctx(workingctx): """A workingcommitctx object makes access to data related to the revision being committed convenient.