/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: Robert Collins
  • Date: 2007-10-03 02:10:09 UTC
  • mto: This revision was merged to the branch mainline in revision 2876.
  • Revision ID: robertc@robertcollins.net-20071003021009-daffidrziwpcu9hx
Review feedback.

Show diffs side-by-side

added added

removed removed

Lines of Context:
435
435
        """Update the parents of this tree after a commit.
436
436
 
437
437
        This gives the tree one parent, with revision id new_revid. The
438
 
        inventory delta delta is applied ot the current basis tree to generate
439
 
        the inventory for the parent new_revid, and all other parent trees are
 
438
        inventory delta is applied ot the current basis tree to generate the
 
439
        inventory for the parent new_revid, and all other parent trees are
440
440
        discarded.
441
441
 
442
442
        :param new_revid: The new revision id for the trees parent.