~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Martin Pool
  • Date: 2005-05-11 02:24:55 UTC
  • Revision ID: mbp@sourcefrog.net-20050511022455-be27f89c92e34f93
- fix update-stat-cache command

Show diffs side-by-side

added added

removed removed

Lines of Context:
855
855
    def run(self):
856
856
        import statcache
857
857
        b = Branch('.')
858
 
        statcache.update_cache(b)
 
858
        statcache.update_cache(b.base, b.read_working_inventory())
859
859
 
860
860
 
861
861
######################################################################