[Pkg-bazaar-commits] ./bzr/unstable r845: doc

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:13:40 UTC 2009


------------------------------------------------------------
revno: 845
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Wed 2005-07-06 15:33:53 +1000
message:
  doc
modified:
  bzrlib/statcache.py
-------------- next part --------------
=== modified file 'bzrlib/statcache.py'
--- a/bzrlib/statcache.py	2005-06-07 09:07:40 +0000
+++ b/bzrlib/statcache.py	2005-07-06 05:33:53 +0000
@@ -24,7 +24,12 @@
 
 This module basically gives a quick way to find the SHA-1 and related
 information of a file in the working directory, without actually
-reading and hashing the whole file.
+reading and hashing the whole file.  The information is validated by
+checking the size, mtime, ctime, etc of the file as returned by the
+stat() system call.
+
+This has no relation to the deprecated standard Python module called
+statcache (vs bzrlib.statcache).
 
 
 



More information about the Pkg-bazaar-commits mailing list