~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to reweave_inventory.py

  • Committer: Aaron Bentley
  • Date: 2005-11-10 21:43:13 UTC
  • mfrom: (283 bzrtools)
  • mto: (147.4.24 trunk)
  • mto: This revision was merged to the branch mainline in revision 324.
  • Revision ID: aaron.bentley@utoronto.ca-20051110214313-e0faebb440ec3268
MergedĀ mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
        finally:
48
48
            branch.unlock()
49
49
 
50
 
    def _do_reweave(self, branch, branch_dir):
 
50
    @staticmethod
 
51
    def _do_reweave(branch, branch_dir):
51
52
        inventory_weave = branch.get_inventory_weave()
52
53
 
53
54
        new_weave = bzrlib.weave.Weave()