mercurial/changelog.py
changeset 10282 08a0f04b56bd
parent 10263 25e572394f5c
child 10420 41d0ed2c79df
--- a/mercurial/changelog.py	Mon Jan 25 00:05:22 2010 -0600
+++ b/mercurial/changelog.py	Mon Jan 25 00:05:27 2010 -0600
@@ -78,7 +78,7 @@
             doff = self.offset - self.size
             self.data.insert(0, "".join(self.data))
             del self.data[1:]
-            s = self.data[0][doff:doff+count]
+            s = self.data[0][doff:doff + count]
             self.offset += len(s)
             ret += s
         return ret