changeset 24213 | e0c1328df872 |
parent 24180 | d8e0c591781c |
child 24227 | 8ec2df32bd39 |
--- a/mercurial/context.py Thu Mar 05 15:52:07 2015 -0600 +++ b/mercurial/context.py Thu Mar 05 22:16:28 2015 -0800 @@ -1289,9 +1289,6 @@ self._repo.dirstate.setparents(node) self._repo.dirstate.endparentchange() - def dirs(self): - return self._repo.dirstate.dirs() - class workingctx(committablectx): """A workingctx object makes access to data related to the current working directory convenient.