/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 02:50:39 UTC
  • mto: This revision was merged to the branch mainline in revision 2913.
  • Revision ID: mbp@sourcefrog.net-20071012025039-0i3zvyrxvqdr6dw4
Commit now tells the working tree about the new basis by passing the an inventory delta from the previous basis

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
436
 
        inventory delta is applied ot the current basis tree to generate the
 
436
        inventory delta is applied to the current basis tree to generate the
437
437
        inventory for the parent new_revid, and all other parent trees are
438
438
        discarded.
439
439