/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 (now) useless iterator.

Show diffs side-by-side

added added

removed removed

Lines of Context:
514
514
            # Check that we really do know about this commit-id
515
515
            if not self.cache_mgr.revision_ids.has_key(cmd.id):
516
516
                raise plugin_errors.BadRestart(cmd.id)
517
 
            # Consume the file commands and free any non-sticky blobs
518
 
            for fc in cmd.file_iter():
519
 
                pass
520
517
            self.cache_mgr._blobs = {}
521
518
            self._revision_count += 1
522
519
            if cmd.ref.startswith('refs/tags/'):