~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/statcache.py

  • Committer: Martin Pool
  • Date: 2005-05-10 06:48:34 UTC
  • Revision ID: mbp@sourcefrog.net-20050510064834-83b4dc606b48aa87
- new command 'bzr modified' to exercise the statcache

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
FP_DEV   = 4
65
65
 
66
66
 
 
67
SC_FILE_ID = 0
 
68
SC_SHA1    = 1 
 
69
 
 
70
 
67
71
def fingerprint(path, abspath):
68
72
    try:
69
73
        fs = os.lstat(abspath)