/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 foreign/__init__.py

Merge new dulwich.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
        raise NotImplementedError(self.all_revision_ids)
62
62
 
63
63
    def get_mapping(self):
64
 
        raise NotImplementedError(self.get_default_mapping)
 
64
        raise NotImplementedError(self.get_mapping)
65
65
 
66
66
    def get_inventory_xml(self, revision_id):
67
67
        """See Repository.get_inventory_xml()."""