/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/transform.py

  • Committer: Aaron Bentley
  • Date: 2008-08-12 13:06:46 UTC
  • mto: This revision was merged to the branch mainline in revision 3623.
  • Revision ID: aaron@aaronbentley.com-20080812130646-d74yxibi8fm4n40g
Update docs

Show diffs side-by-side

added added

removed removed

Lines of Context:
1246
1246
        return _TransformResults(modified_paths, self.rename_count)
1247
1247
 
1248
1248
    def _generate_inventory_delta(self):
 
1249
        """Generate an inventory delta for the current transform."""
1249
1250
        inventory_delta = []
1250
1251
        child_pb = bzrlib.ui.ui_factory.nested_progress_bar()
1251
1252
        new_paths = self._inventory_altered()