~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to reweave_inventory.py

  • Committer: Aaron Bentley
  • Date: 2005-11-11 17:43:12 UTC
  • Revision ID: aaron.bentley@utoronto.ca-20051111174312-1c627d82a07bf8fd
Added patch for tab-in-patch-filename support

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
 
50
50
    @staticmethod
51
51
    def _do_reweave(branch, branch_dir):
52
 
        inventory_weave = branch._get_inventory_weave()
 
52
        inventory_weave = branch.get_inventory_weave()
53
53
 
54
54
        new_weave = bzrlib.weave.Weave()
55
55