D6838: idirstate: remove now non-public _map attribute

durin42 (Augie Fackler) phabricator at mercurial-scm.org
Tue Sep 10 14:01:30 UTC 2019


durin42 created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D6838

AFFECTED FILES
  mercurial/interfaces/dirstate.py

CHANGE DETAILS

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
 



To: durin42, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list