Mercurial > public > mercurial-scm > hg-stable
diff mercurial/localrepo.py @ 17537:31f32a96e1e3
Merge spelling fixes
author | Bryan O'Sullivan <bryano@fb.com> |
---|---|
date | Tue, 11 Sep 2012 08:36:09 -0700 |
parents | fb72eec7efd8 e4b2f0ebd6e2 |
children | fc530080013b |
line wrap: on
line diff
--- 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)