~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/statcache.py

  • Committer: Martin Pool
  • Date: 2005-06-07 09:07:40 UTC
  • Revision ID: mbp@sourcefrog.net-20050607090740-e7bfeec0779ab6d6
- add assertion

Show diffs side-by-side

added added

removed removed

Lines of Context:
148
148
    seen_paths = {}
149
149
    from bzrlib.trace import warning
150
150
 
 
151
    assert isinstance(basedir, basestring)
 
152
 
151
153
    sha_re = re.compile(r'[a-f0-9]{40}')
152
154
 
153
155
    try: