/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/inventory.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:
1088
1088
    def apply_delta(self, delta):
1089
1089
        """Apply a delta to this inventory.
1090
1090
 
 
1091
        See the inventory developers documentation for the theory behind
 
1092
        inventory deltas.
 
1093
 
1091
1094
        :param delta: A list of changes to apply. After all the changes are
1092
1095
            applied the final inventory must be internally consistent, but it
1093
1096
            is ok to supply changes which, if only half-applied would have an
1576
1579
        propagate_caches=False):
1577
1580
        """Create a new CHKInventory by applying inventory_delta to this one.
1578
1581
 
 
1582
        See the inventory developers documentation for the theory behind
 
1583
        inventory deltas.
 
1584
 
1579
1585
        :param inventory_delta: The inventory delta to apply. See
1580
1586
            Inventory.apply_delta for details.
1581
1587
        :param new_revision_id: The revision id of the resulting CHKInventory.