~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/mutabletree.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-07-02 23:10:53 UTC
  • mfrom: (4501.1.1 apply-inventory-delta)
  • Revision ID: pqm@pqm.ubuntu.com-20090702231053-955txia3151h0z2o
(robertc) Document how,
        why and issues with inventory deltas. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
523
523
        for commit which is not required to handle situations that do not arise
524
524
        outside of commit.
525
525
 
 
526
        See the inventory developers documentation for the theory behind
 
527
        inventory deltas.
 
528
 
526
529
        :param new_revid: The new revision id for the trees parent.
527
530
        :param delta: An inventory delta (see apply_inventory_delta) describing
528
531
            the changes from the current left most parent revision to new_revid.