comparison mercurial/localrepo.py @ 17532:e4b2f0ebd6e2

en-us: initialization
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:19 -0700
parents 6a78548eaa86
children 31f32a96e1e3
comparison
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)