mercurial/localrepo.py
changeset 17532 e4b2f0ebd6e2
parent 17521 6a78548eaa86
child 17537 31f32a96e1e3
equal deleted inserted replaced
17531:c133b1fb7467 17532:e4b2f0ebd6e2
   297 
   297 
   298     @propertycache
   298     @propertycache
   299     def hiddenrevs(self):
   299     def hiddenrevs(self):
   300         """hiddenrevs: revs that should be hidden by command and tools
   300         """hiddenrevs: revs that should be hidden by command and tools
   301 
   301 
   302         This set is carried on the repo to ease initialisation and lazy
   302         This set is carried on the repo to ease initialization and lazy
   303         loading it'll probably move back to changelog for efficiently and
   303         loading it'll probably move back to changelog for efficiently and
   304         consistency reason
   304         consistency reason
   305 
   305 
   306         Note that the hiddenrevs will needs invalidations when
   306         Note that the hiddenrevs will needs invalidations when
   307         - a new changesets is added (possible unstable above extinct)
   307         - a new changesets is added (possible unstable above extinct)