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

Implement GitBzrDirFormat.get_format_description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
333
333
class GitFormat(object):
334
334
 
335
335
    supports_tree_reference = False
336
 
 
337
 
    def get_format_description(self):
338
 
        return "Git Repository"