~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to reweave_inventory.py

  • Committer: Aaron Bentley
  • Date: 2005-11-15 18:34:19 UTC
  • mto: (283.2.1 bzrtools2)
  • mto: This revision was merged to the branch mainline in revision 285.
  • Revision ID: abentley@panoramicfeedback.com-20051115183419-54559bb4dcd71373
Got prompt and title working

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