mercurial/changelog.py
changeset 5450 c728424d44c6
parent 4963 d1bee415406e
child 5744 9db7fd77417d
--- a/mercurial/changelog.py	Thu Oct 11 00:46:52 2007 -0500
+++ b/mercurial/changelog.py	Thu Oct 11 00:46:53 2007 -0500
@@ -74,7 +74,7 @@
         return ret
 
     def write(self, s):
-        self.data.append(s)
+        self.data.append(str(s))
         self.offset += len(s)
 
 class changelog(revlog):