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

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:21:17 UTC 2009


------------------------------------------------------------
revno: 864
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Fri 2005-07-08 12:50:46 +1000
message:
  doc
modified:
  bzrlib/hashcache.py
-------------- next part --------------
=== modified file 'bzrlib/hashcache.py'
--- a/bzrlib/hashcache.py	2005-07-08 02:40:22 +0000
+++ b/bzrlib/hashcache.py	2005-07-08 02:50:46 +0000
@@ -16,6 +16,17 @@
 
 
 
+# TODO: Perhaps have a way to stat all the files in inode order, and
+# then remember that they're all fresh for the lifetime of the object?
+
+# TODO: Keep track of whether there are in-memory updates that need to
+# be flushed.
+
+# TODO: Perhaps return more details on the file to avoid statting it
+# again: nonexistent, file type, size, etc
+
+
+
 
 CACHE_HEADER = "### bzr statcache v5\n"
 



More information about the Pkg-bazaar-commits mailing list