Mercurial > public > mercurial-scm > hg
diff mercurial/localrepo.py @ 17532:e4b2f0ebd6e2
en-us: initialization
author | timeless@mozdev.org |
---|---|
date | Fri, 17 Aug 2012 13:58:19 -0700 |
parents | 6a78548eaa86 |
children | 31f32a96e1e3 |
line wrap: on
line diff
--- 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