diff -r 63e45aee46d4 -r 31f32a96e1e3 mercurial/localrepo.py --- 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)