Mercurial > public > mercurial-scm > hg-stable
diff mercurial/changelog.py @ 7807:bd8f44638847
help: miscellaneous language fixes
author | timeless <timeless@gmail.com> |
---|---|
date | Sat, 28 Feb 2009 12:38:45 +0100 |
parents | b8d750daadde |
children | de377b1a9a84 c5b3d3e30de7 |
line wrap: on
line diff
--- a/mercurial/changelog.py Sat Feb 28 12:25:14 2009 +0100 +++ b/mercurial/changelog.py Sat Feb 28 12:38:45 2009 +0100 @@ -24,7 +24,7 @@ return text.replace('\0', '\\0') class appender: - '''the changelog index must be update last on disk, so we use this class + '''the changelog index must be updated last on disk, so we use this class to delay writes to it''' def __init__(self, fp, buf): self.data = buf