# HG changeset patch # User Steven Brown # Date 2012-01-10 14:35:25 # Node ID 1dacf7672556c1fad5ed75ced7caf28f77dde994 # Parent e859e80944d0481abb6944d75dfa76e70a656258 revlog: clarify strip docstring "readd" -> "re-add" I misread it as "read". diff --git a/mercurial/revlog.py b/mercurial/revlog.py --- a/mercurial/revlog.py +++ b/mercurial/revlog.py @@ -1207,7 +1207,7 @@ class revlog(object): 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