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