Mercurial > hg
changeset 15827:1dacf7672556
revlog: clarify strip docstring "readd" -> "re-add"
I misread it as "read".
author | Steven Brown <StevenGBrown@gmail.com> |
---|---|
date | Tue, 10 Jan 2012 22:35:25 +0800 |
parents | e859e80944d0 |
children | 4bc715f2a356 |
files | mercurial/revlog.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/revlog.py Tue Jan 10 15:23:49 2012 +0100 +++ b/mercurial/revlog.py Tue Jan 10 22:35:25 2012 +0800 @@ -1207,7 +1207,7 @@ So we truncate the revlog on the first of these revisions, and trust that the caller has saved the revisions that shouldn't be - removed and that it'll readd them after this truncation. + removed and that it'll re-add them after this truncation. """ if len(self) == 0: return