comparison mercurial/localrepo.py @ 17488:eabb9a047502

spelling: efficiently
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents 17c3dbf3026f
children dfbcf23582e1
comparison
equal deleted inserted replaced
17487:1bdce7e918bb 17488:eabb9a047502
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 initialisation and lazy
303 loading it'll probably move back to changelog for efficienty 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)
308 - a new obsolete marker is added (possible new extinct changeset) 308 - a new obsolete marker is added (possible new extinct changeset)