Submitter | phabricator |
---|---|
Date | Dec. 7, 2017, 9:23 p.m. |
Message ID | <e809faa4fc3136b53f782830c0bf54ab@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/26019/ |
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 @@ -2247,6 +2247,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.