Mercurial > hg
changeset 6745:ed01fa8ceaa6
dirstate: remove unused folding function
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Thu, 26 Jun 2008 13:58:22 -0500 |
parents | d3691d31fc9c |
children | 1dca460e7d1e |
files | mercurial/dirstate.py |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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: