~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to reweave_inventory.py

  • Committer: Aaron Bentley
  • Date: 2005-11-10 20:14:50 UTC
  • mfrom: (275.1.3)
  • Revision ID: aaron.bentley@utoronto.ca-20051110201450-4d2dc02b79f4ac5b
Merged fix from silverstone

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()