/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

  • Committer: Robert Collins
  • Date: 2006-03-02 06:23:15 UTC
  • mto: (1594.2.4 integration)
  • mto: This revision was merged to the branch mainline in revision 1596.
  • Revision ID: robertc@robertcollins.net-20060302062315-9c274fa5c8201784
Prepare weave store to delegate copy details to the versioned file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
495
495
            w.check()
496
496
            checker.checked_weaves[self.file_id] = True
497
497
        else:
498
 
            w = tree.get_weave_prelude(self.file_id)
 
498
            w = tree.get_weave(self.file_id)
499
499
 
500
500
        mutter('check version {%s} of {%s}', rev_id, self.file_id)
501
501
        checker.checked_text_cnt += 1