~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/statcache.py

  • Committer: Martin Pool
  • Date: 2005-07-06 04:45:21 UTC
  • Revision ID: mbp@sourcefrog.net-20050706044521-7dacb2409cf7314c
- don't say runit when running tests under python2.3 dammit

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: