~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to reweave_inventory.py

  • Committer: Aaron Bentley
  • Date: 2005-12-03 20:42:25 UTC
  • mfrom: (147.4.25 trunk)
  • mto: (147.4.27 trunk)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: aaron.bentley@utoronto.ca-20051203204225-25678bc921de4fc1
MergeĀ fromĀ lifeless

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