~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/chk_map.py

  • Committer: John Arbash Meinel
  • Date: 2009-08-03 20:38:39 UTC
  • mto: This revision was merged to the branch mainline in revision 4592.
  • Revision ID: john@arbash-meinel.com-20090803203839-du9y39adazy9qdly
more updates to get things to build cleanly.

1) delete the release directories because it seems that gf.recipe.bzr doesn't
clean them up when you update to a new release.
2) fix 'clean-installer-all'. It is a lot more simple now, as we just nuke the
whole build-win32 directory.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
# We are caching bytes so len(value) is perfectly accurate
61
61
_page_cache = lru_cache.LRUSizeCache(_PAGE_CACHE_SIZE)
62
62
 
63
 
def clear_cache():
64
 
    _page_cache.clear()
65
 
 
66
63
# If a ChildNode falls below this many bytes, we check for a remap
67
64
_INTERESTING_NEW_SIZE = 50
68
65
# If a ChildNode shrinks by more than this amount, we check for a remap