/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

  • Committer: Martin Pool
  • Date: 2005-05-31 08:56:07 UTC
  • Revision ID: mbp@sourcefrog.net-20050531085607-608a8f50b54f9465
doc

Show diffs side-by-side

added added

removed removed

Lines of Context:
478
478
            self.unlock()
479
479
 
480
480
 
481
 
    # TODO: remove?
 
481
    # FIXME: this doesn't need to be a branch method
482
482
    def set_inventory(self, new_inventory_list):
483
483
        inv = Inventory()
484
484
        for path, file_id, parent, kind in new_inventory_list: