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

Implement GitBzrDirFormat.get_format_description.

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
            raise errors.bzr_errors.NotBranchError(path=transport.base)
141
141
        raise errors.bzr_errors.NotBranchError(path=transport.base)
142
142
 
 
143
    def get_format_description(self):
 
144
        return "Local Git Repository"
 
145
 
143
146
 
144
147
bzrdir.BzrDirFormat.register_control_format(GitBzrDirFormat)