# HG changeset patch # User Augie Fackler # Date 1568122976 14400 # Node ID bbd154627a72bbb88b8c000f0b61d1c192e7151d # Parent d459cd8ea42d4142e4201d43ce1777461233d758 idirstate: remove now non-public _map attribute Differential Revision: https://phab.mercurial-scm.org/D6838 diff -r d459cd8ea42d -r bbd154627a72 mercurial/interfaces/dirstate.py --- a/mercurial/interfaces/dirstate.py Tue Sep 10 09:21:38 2019 -0400 +++ b/mercurial/interfaces/dirstate.py Tue Sep 10 09:42:56 2019 -0400 @@ -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