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

Clearer error when setting tags.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
            ret[tag.name] = ids.convert_revision_id_git_to_bzr(tag.commit.id)
38
38
        return ret
39
39
 
 
40
    def set_tag(self, name, revid):
 
41
        raise NotImplementedError(self.set_tag)
 
42
 
40
43
 
41
44
class GitBranchConfig(config.BranchConfig):
42
45
    """BranchConfig that uses locations.conf in place of branch.conf"""