author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
Wed, 20 Sep 2006 22:26:47 +0200 | |
changeset 3140 | 1eb50c9d2649 |
parent 3136 | f01efb4bc258 |
child 3141 | e21337e06952 |
--- a/mercurial/manifest.py Wed Sep 20 21:44:35 2006 +0200 +++ b/mercurial/manifest.py Wed Sep 20 22:26:47 2006 +0200 @@ -56,9 +56,6 @@ self.mapcache = (node, mapping) return mapping - def diff(self, a, b): - return mdiff.textdiff(str(a), str(b)) - def _search(self, m, s, lo=0, hi=None): '''return a tuple (start, end) that says where to find s within m.