/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/mutabletree.py

  • Committer: Martin Pool
  • Date: 2007-10-12 08:00:07 UTC
  • mto: This revision was merged to the branch mainline in revision 2913.
  • Revision ID: mbp@sourcefrog.net-20071012080007-vf80woayyom8s8e1
Rename update_to_one_parent_via_delta to more wieldy update_basis_by_delta

Show diffs side-by-side

added added

removed removed

Lines of Context:
429
429
                self.read_working_inventory()
430
430
        return added, ignored
431
431
 
432
 
    def update_to_one_parent_via_delta(self, new_revid, delta):
 
432
    def update_basis_by_delta(self, new_revid, delta):
433
433
        """Update the parents of this tree after a commit.
434
434
 
435
435
        This gives the tree one parent, with revision id new_revid. The