Submitter | phabricator |
---|---|
Date | Sept. 14, 2019, 3:34 p.m. |
Message ID | <51b4b96f5b0b6b3a5a1319fe427c99c5@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/41664/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/interfaces/dirstate.py b/mercurial/interfaces/dirstate.py --- a/mercurial/interfaces/dirstate.py +++ b/mercurial/interfaces/dirstate.py @@ -34,13 +34,6 @@ that modify the dirstate parent. ''' - _map = interfaceutil.Attribute( - """Return the dirstate contents (see documentation for dirstatemap). - - TODO this should not be exposed. - """ - ) - def hasdir(d): pass