mercurial/localrepo.py
changeset 17537 31f32a96e1e3
parent 17469 fb72eec7efd8
parent 17532 e4b2f0ebd6e2
child 17550 fc530080013b
--- a/mercurial/localrepo.py	Tue Sep 11 00:12:07 2012 +0200
+++ b/mercurial/localrepo.py	Tue Sep 11 08:36:09 2012 -0700
@@ -299,9 +299,9 @@
     def hiddenrevs(self):
         """hiddenrevs: revs that should be hidden by command and tools
 
-        This set is carried on the repo to ease initialisation and lazy
+        This set is carried on the repo to ease initialization and lazy
         loading; it'll probably move back to changelog for efficiency and
-        consistency reason
+        consistency reasons.
 
         Note that the hiddenrevs will needs invalidations when
         - a new changesets is added (possible unstable above extinct)