Description
At the moment, it is not possible to specify a revision of a tag present in a code. The tool automatically assigns revision 0 in that case
and the name is inherited from the parent.
Example:
[impl->req~example_name~1>>test]
which results in:
impl~example_name~0
Example of a new format
[impl~~1->req~example_name~1>>test]
which results in:
impl~example_name~1
Description
At the moment, it is not possible to specify a revision of a tag present in a code. The tool automatically assigns revision 0 in that case
and the name is inherited from the parent.
Example:
[impl->req~example_name~1>>test]which results in:
impl~example_name~0Example of a new format
[impl~~1->req~example_name~1>>test]which results in:
impl~example_name~1