##// END OF EJS Templates
manifest.py: remove unnecessary method
Benoit Boissinot -
r3140:1eb50c9d default
parent child Browse files
Show More
@@ -56,9 +56,6 b' class manifest(revlog):'
56 self.mapcache = (node, mapping)
56 self.mapcache = (node, mapping)
57 return mapping
57 return mapping
58
58
59 def diff(self, a, b):
60 return mdiff.textdiff(str(a), str(b))
61
62 def _search(self, m, s, lo=0, hi=None):
59 def _search(self, m, s, lo=0, hi=None):
63 '''return a tuple (start, end) that says where to find s within m.
60 '''return a tuple (start, end) that says where to find s within m.
64
61
General Comments 0
You need to be logged in to leave comments. Login now