changeset 17532 | e4b2f0ebd6e2 |
parent 17521 | 6a78548eaa86 |
child 17537 | 31f32a96e1e3 |
--- 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