changeset 42928:bbd154627a72

idirstate: remove now non-public _map attribute Differential Revision: https://phab.mercurial-scm.org/D6838
author Augie Fackler <augie@google.com>
date Tue, 10 Sep 2019 09:42:56 -0400
parents d459cd8ea42d
children 97b79354e9f0
files mercurial/interfaces/dirstate.py
diffstat 1 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- 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