Rev 86: Clearer error when setting tags. in http://people.samba.org/bzr/jelmer/bzr-git/trunk
Jelmer Vernooij
jelmer at samba.org
Sat Jul 26 19:12:32 BST 2008
At http://people.samba.org/bzr/jelmer/bzr-git/trunk
------------------------------------------------------------
revno: 86
revision-id: jelmer at samba.org-20080726181231-qwbahvnx8gv5x7in
parent: jelmer at samba.org-20080726181212-mi59khpksphkx7e8
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2008-07-26 20:12:31 +0200
message:
Clearer error when setting tags.
modified:
git_branch.py git_branch.py-20071108230535-su8dxk529f4uk9fx-2
=== modified file 'git_branch.py'
--- a/git_branch.py 2008-07-26 18:05:55 +0000
+++ b/git_branch.py 2008-07-26 18:12:31 +0000
@@ -37,6 +37,9 @@
ret[tag.name] = ids.convert_revision_id_git_to_bzr(tag.commit.id)
return ret
+ def set_tag(self, name, revid):
+ raise NotImplementedError(self.set_tag)
+
class GitBranchConfig(config.BranchConfig):
"""BranchConfig that uses locations.conf in place of branch.conf"""
More information about the bazaar-commits
mailing list