/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 processors/generic_processor.py

remove call to inv_vf.enable_cache - API is going away

Show diffs side-by-side

added added

removed removed

Lines of Context:
173
173
        # Checkpointing closes the current one and starts a new one.
174
174
        self.repo.start_write_group()
175
175
 
176
 
        # Turn on caching for the inventory versioned file
177
 
        inv_vf = self.repo.get_inventory_weave()
178
 
        inv_vf.enable_cache()
179
 
 
180
176
    def _load_info_and_params(self):
181
177
        self._experimental = bool(self.params.get('experimental', False))
182
178