[PATCH] revlog: fix typo "readd" -> "read"

Steven Brown stevengbrown at gmail.com
Tue Jan 10 08:07:39 CST 2012


# HG changeset patch
# User Steven Brown <StevenGBrown at gmail.com>
# Date 1326204413 -28800
# Node ID 7caea45a124f701269cb5fcee1624dc9b7324d6c
# Parent  94a4748db392c2bd03b05db64151fe7bea8bd102
revlog: fix typo "readd" -> "read"

diff --git a/mercurial/revlog.py b/mercurial/revlog.py
--- a/mercurial/revlog.py
+++ b/mercurial/revlog.py
@@ -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 read them after this truncation.
         """
         if len(self) == 0:
             return


More information about the Mercurial-devel mailing list