~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/hashcache.py

  • Committer: Martin Pool
  • Date: 2005-07-11 03:12:11 UTC
  • Revision ID: mbp@sourcefrog.net-20050711031211-9e04b4d2f79fb7b9
- fix typo

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
        hdr = inf.readline()
210
210
        if hdr != CACHE_HEADER:
211
211
            mutter('cache header marker not found at top of %s; discarding cache'
212
 
                   % cachefn)
 
212
                   % fn)
213
213
            return
214
214
 
215
215
        for l in inf: