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

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


------------------------------------------------------------
revno: 549
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Wed 2005-05-25 09:18:02 +1200
message:
  doc
modified:
  bzrlib/statcache.py
-------------- next part --------------
=== modified file 'bzrlib/statcache.py'
--- a/bzrlib/statcache.py	2005-05-24 21:14:28 +0000
+++ b/bzrlib/statcache.py	2005-05-24 21:18:02 +0000
@@ -226,8 +226,8 @@
     """
     stat_cnt = missing_cnt = hardcheck = change_cnt = 0
 
-    # dangerfiles have been recently touched and can't be
-    # committed to a persistent cache yet.
+    # dangerfiles have been recently touched and can't be committed to
+    # a persistent cache yet, but they are returned to the caller.
     dangerfiles = {}
     
     now = int(time.time())



More information about the Pkg-bazaar-commits mailing list