author | Matt Mackall <mpm@selenic.com> |
Thu, 26 Jun 2008 13:58:22 -0500 | |
changeset 6745 | ed01fa8ceaa6 |
parent 6744 | d3691d31fc9c |
child 6746 | 1dca460e7d1e |
--- a/mercurial/dirstate.py Thu Jun 26 13:52:16 2008 -0500 +++ b/mercurial/dirstate.py Thu Jun 26 13:58:22 2008 -0500 @@ -91,9 +91,6 @@ def _join(self, f): return os.path.join(self._root, f) - def folding(self): - return self._folding - def flagfunc(self, fallback): if self._checklink: if self._checkexec: