~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/repository.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:
1015
1015
                               parents, basis_inv=None, propagate_caches=False):
1016
1016
        """Add a new inventory expressed as a delta against another revision.
1017
1017
 
 
1018
        See the inventory developers documentation for the theory behind
 
1019
        inventory deltas.
 
1020
 
1018
1021
        :param basis_revision_id: The inventory id the delta was created
1019
1022
            against. (This does not have to be a direct parent.)
1020
1023
        :param delta: The inventory delta (see Inventory.apply_delta for