equal
deleted
inserted
replaced
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) |