Mercurial > hg-stable
changeset 21113:00cae8a2b04e
match: remove last traces of unused .missing callback
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Thu, 03 Oct 2013 18:01:21 +0200 |
parents | 03782d2fc776 |
children | a63958bcf63a |
files | mercurial/match.py |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/match.py Sun Apr 13 22:00:08 2014 +0200 +++ b/mercurial/match.py Thu Oct 03 18:01:21 2013 +0200 @@ -132,9 +132,6 @@ # by recursive traversal is visited. traversedir = None - def missing(self, f): - pass - def rel(self, f): '''Convert repo path back to path that is relative to cwd of matcher.''' return util.pathto(self._root, self._cwd, f)