[Pkg-bazaar-commits] ./bzr/unstable r442: todo

Martin Pool mbp at sourcefrog.net
Fri Apr 10 08:19:41 UTC 2009


------------------------------------------------------------
revno: 442
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Tue 2005-05-10 17:17:07 +1000
message:
  todo
modified:
  TODO
-------------- next part --------------
=== modified file 'TODO'
--- a/TODO	2005-05-09 06:22:29 +0000
+++ b/TODO	2005-05-10 07:17:07 +0000
@@ -113,9 +113,6 @@
 
 * Merge revert patch.
 
-* Turn on stat cache code, and add optimization about avoiding
-  dangerous cache entries.
-
 * ``bzr mv`` that does either rename or move as in Unix.
 
 * More efficient diff of only selected files.
@@ -238,6 +235,10 @@
   was last changed, as well as its current state?  This is a bit
   redundant but might often be interested to know.
 
+* stat cache should perhaps only stat files as necessary, rather than
+  doing them all up-front.  On the other hand, that disallows the
+  opimization of stating them in inode order.
+
 
 Large things
 ------------



More information about the Pkg-bazaar-commits mailing list