create_tag_annotation
Description:
public OId? create_tag_annotation (string tag_name, Object target, Signature signature, string message) throws Error
Creates a new annotated tag.
Parameters:
this |
a Repository. |
tag_name |
the name of the tag. |
target |
a Object. |
signature |
a Object. |
message |
the tag message. |
Returns:
the id to which the tag points, or null in case of an error. |