[Pkg-bazaar-commits] ./bzr/unstable r454: - fix update-stat-cache command

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


------------------------------------------------------------
revno: 454
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Wed 2005-05-11 12:24:55 +1000
message:
  - fix update-stat-cache command
modified:
  bzrlib/commands.py
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py	2005-05-11 02:22:26 +0000
+++ b/bzrlib/commands.py	2005-05-11 02:24:55 +0000
@@ -855,7 +855,7 @@
     def run(self):
         import statcache
         b = Branch('.')
-        statcache.update_cache(b)
+        statcache.update_cache(b.base, b.read_working_inventory())
 
 
 ######################################################################



More information about the Pkg-bazaar-commits mailing list