diff mercurial/revlog.py @ 3351:04fa31a43b93

merge with crew
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Wed, 11 Oct 2006 23:31:05 +0200
parents 9061613c1593
children ef8307585b41
line wrap: on
line diff
--- a/mercurial/revlog.py	Tue Oct 10 18:43:20 2006 -0300
+++ b/mercurial/revlog.py	Wed Oct 11 23:31:05 2006 +0200
@@ -973,7 +973,7 @@
             end = self.end(t)
             if not d:
                 prev = self.revision(self.tip())
-                d = self.diff(prev, str(text))
+                d = self.diff(prev, text)
             data = compress(d)
             l = len(data[1]) + len(data[0])
             dist = end - start + l