Fossil SCM
Remove extra "+" that was being prefixed to the parent tag in the reparent command. tag_add_artifact() already prefixes one "+" because its fifth argument is 1.
Commit
6b4565002b827e36bad685b3db6d39335e7c6290
Parent
5c5a364d5e106d9…
1 file changed
+1
-1
+1
-1
| --- src/tag.c | ||
| +++ src/tag.c | ||
| @@ -599,11 +599,11 @@ | ||
| 599 | 599 | } |
| 600 | 600 | if( bTest ){ |
| 601 | 601 | tag_insert("parent", 1, blob_str(&value), -1, 0.0, rid); |
| 602 | 602 | }else{ |
| 603 | 603 | zUuid = rid_to_uuid(rid); |
| 604 | - tag_add_artifact("+","parent",zUuid,blob_str(&value),1,0,0); | |
| 604 | + tag_add_artifact("","parent",zUuid,blob_str(&value),1,0,0); | |
| 605 | 605 | } |
| 606 | 606 | } |
| 607 | 607 | |
| 608 | 608 | |
| 609 | 609 | /* |
| 610 | 610 |
| --- src/tag.c | |
| +++ src/tag.c | |
| @@ -599,11 +599,11 @@ | |
| 599 | } |
| 600 | if( bTest ){ |
| 601 | tag_insert("parent", 1, blob_str(&value), -1, 0.0, rid); |
| 602 | }else{ |
| 603 | zUuid = rid_to_uuid(rid); |
| 604 | tag_add_artifact("+","parent",zUuid,blob_str(&value),1,0,0); |
| 605 | } |
| 606 | } |
| 607 | |
| 608 | |
| 609 | /* |
| 610 |
| --- src/tag.c | |
| +++ src/tag.c | |
| @@ -599,11 +599,11 @@ | |
| 599 | } |
| 600 | if( bTest ){ |
| 601 | tag_insert("parent", 1, blob_str(&value), -1, 0.0, rid); |
| 602 | }else{ |
| 603 | zUuid = rid_to_uuid(rid); |
| 604 | tag_add_artifact("","parent",zUuid,blob_str(&value),1,0,0); |
| 605 | } |
| 606 | } |
| 607 | |
| 608 | |
| 609 | /* |
| 610 |