# HG changeset patch # User Mads Kiilerich # Date 1380816081 -7200 # Node ID 00cae8a2b04e75591dbeb4ad777379f32d3b3c90 # Parent 03782d2fc7764186ce06f864e6819880d8695b9e match: remove last traces of unused .missing callback diff -r 03782d2fc776 -r 00cae8a2b04e mercurial/match.py --- 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)