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

More fixes for compatibility with bzr.dev testsuite.

Show diffs side-by-side

added added

removed removed

Lines of Context:
397
397
        raise NotImplementedError(self.get_inventory)
398
398
 
399
399
    def set_make_working_trees(self, trees):
 
400
        raise errors.UnsupportedOperation(self.set_make_working_trees, self)
400
401
        # TODO: Set bare= in the configuration bug=777065
401
 
        raise NotImplementedError(self.set_make_working_trees)
402
402
 
403
403
    def fetch_objects(self, determine_wants, graph_walker, resolve_ext_ref,
404
404
        progress=None):