mercurial/manifest.py
changeset 3140 1eb50c9d2649
parent 2859 345bac2bc4ec
child 3148 adb246ce6736
--- 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.