~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_workingtree/test_readonly.py

  • Committer: INADA Naoki
  • Date: 2011-05-17 00:45:09 UTC
  • mfrom: (5875 +trunk)
  • mto: This revision was merged to the branch mainline in revision 5891.
  • Revision ID: songofacandy@gmail.com-20110517004509-q58negjbdjh7t6u1
mergeĀ fromĀ lp:bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
            if hack_dirstate:
106
106
                tree._dirstate._sha_cutoff_time = self._custom_cutoff_time
107
107
            # Make sure we check all the files
108
 
            for file_id in tree:
 
108
            for file_id in tree.all_file_ids():
109
109
                size = tree.get_file_size(file_id)
110
110
                sha1 = tree.get_file_sha1(file_id)
111
111
        finally: