Mercurial > public > mercurial-scm > hg-stable
diff mercurial/revlog.py @ 5325:5971cfc0a56a
Merge with crew
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 24 Sep 2007 12:34:26 -0500 |
parents | fb070713ff36 8409a2e3a78d |
children | f87685355c9c |
line wrap: on
line diff
--- a/mercurial/revlog.py Fri Sep 21 17:25:25 2007 -0500 +++ b/mercurial/revlog.py Mon Sep 24 12:34:26 2007 -0500 @@ -1038,7 +1038,7 @@ ifh.write(entry) else: offset += curr * self._io.size - transaction.add(self.indexfile, offset, prev) + transaction.add(self.indexfile, offset, curr) ifh.write(entry) ifh.write(data[0]) ifh.write(data[1])