Submitter | phabricator |
---|---|
Date | Dec. 8, 2017, 8:39 p.m. |
Message ID | <b1f56488a207b041081089edf402781a@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/26121/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/context.py b/mercurial/context.py --- a/mercurial/context.py +++ b/mercurial/context.py @@ -2217,6 +2217,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.