en-us: initialization
authortimeless@mozdev.org
Fri, 17 Aug 2012 13:58:19 -0700
changeset 17532 e4b2f0ebd6e2
parent 17531 c133b1fb7467
child 17533 927d704d7847
en-us: initialization
mercurial/localrepo.py
--- a/mercurial/localrepo.py	Fri Aug 17 13:58:19 2012 -0700
+++ b/mercurial/localrepo.py	Fri Aug 17 13:58:19 2012 -0700
@@ -299,7 +299,7 @@
     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 efficiently and
         consistency reason