Fossil SCM
Correct reparent usage information
Commit
07783301bdf772156d4dfb070f8427c4cbd065c10167022d1b6e0a2870eb5455
Parent
f2e9eeb1c05a692…
1 file changed
+2
-2
+2
-2
| --- src/tag.c | ||
| +++ src/tag.c | ||
| @@ -587,11 +587,11 @@ | ||
| 587 | 587 | } |
| 588 | 588 | |
| 589 | 589 | /* |
| 590 | 590 | ** COMMAND: reparent* |
| 591 | 591 | ** |
| 592 | -** Usage: %fossil reparent [OPTIONS] CHECK-IN PARENT .... | |
| 592 | +** Usage: %fossil reparent [OPTIONS] CHECK-IN PARENT ... | |
| 593 | 593 | ** |
| 594 | 594 | ** Create a "parent" tag that causes CHECK-IN to be interpreted as a |
| 595 | 595 | ** child of PARENT. If multiple PARENTs are listed, then the first is |
| 596 | 596 | ** the primary parent and others are merge ancestors. |
| 597 | 597 | ** |
| @@ -619,11 +619,11 @@ | ||
| 619 | 619 | |
| 620 | 620 | if( find_option("dryrun","n",0)!=0 ) dryRun = TAG_ADD_DRYRUN; |
| 621 | 621 | db_find_and_open_repository(0, 0); |
| 622 | 622 | verify_all_options(); |
| 623 | 623 | if( g.argc<4 ){ |
| 624 | - usage("reparent [OPTIONS] PARENT ..."); | |
| 624 | + usage("[OPTIONS] CHECK-IN PARENT ..."); | |
| 625 | 625 | } |
| 626 | 626 | rid = name_to_typed_rid(g.argv[2], "ci"); |
| 627 | 627 | blob_init(&value, 0, 0); |
| 628 | 628 | for(i=3; i<g.argc; i++){ |
| 629 | 629 | int pid = name_to_typed_rid(g.argv[i], "ci"); |
| 630 | 630 |
| --- src/tag.c | |
| +++ src/tag.c | |
| @@ -587,11 +587,11 @@ | |
| 587 | } |
| 588 | |
| 589 | /* |
| 590 | ** COMMAND: reparent* |
| 591 | ** |
| 592 | ** Usage: %fossil reparent [OPTIONS] CHECK-IN PARENT .... |
| 593 | ** |
| 594 | ** Create a "parent" tag that causes CHECK-IN to be interpreted as a |
| 595 | ** child of PARENT. If multiple PARENTs are listed, then the first is |
| 596 | ** the primary parent and others are merge ancestors. |
| 597 | ** |
| @@ -619,11 +619,11 @@ | |
| 619 | |
| 620 | if( find_option("dryrun","n",0)!=0 ) dryRun = TAG_ADD_DRYRUN; |
| 621 | db_find_and_open_repository(0, 0); |
| 622 | verify_all_options(); |
| 623 | if( g.argc<4 ){ |
| 624 | usage("reparent [OPTIONS] PARENT ..."); |
| 625 | } |
| 626 | rid = name_to_typed_rid(g.argv[2], "ci"); |
| 627 | blob_init(&value, 0, 0); |
| 628 | for(i=3; i<g.argc; i++){ |
| 629 | int pid = name_to_typed_rid(g.argv[i], "ci"); |
| 630 |
| --- src/tag.c | |
| +++ src/tag.c | |
| @@ -587,11 +587,11 @@ | |
| 587 | } |
| 588 | |
| 589 | /* |
| 590 | ** COMMAND: reparent* |
| 591 | ** |
| 592 | ** Usage: %fossil reparent [OPTIONS] CHECK-IN PARENT ... |
| 593 | ** |
| 594 | ** Create a "parent" tag that causes CHECK-IN to be interpreted as a |
| 595 | ** child of PARENT. If multiple PARENTs are listed, then the first is |
| 596 | ** the primary parent and others are merge ancestors. |
| 597 | ** |
| @@ -619,11 +619,11 @@ | |
| 619 | |
| 620 | if( find_option("dryrun","n",0)!=0 ) dryRun = TAG_ADD_DRYRUN; |
| 621 | db_find_and_open_repository(0, 0); |
| 622 | verify_all_options(); |
| 623 | if( g.argc<4 ){ |
| 624 | usage("[OPTIONS] CHECK-IN PARENT ..."); |
| 625 | } |
| 626 | rid = name_to_typed_rid(g.argv[2], "ci"); |
| 627 | blob_init(&value, 0, 0); |
| 628 | for(i=3; i<g.argc; i++){ |
| 629 | int pid = name_to_typed_rid(g.argv[i], "ci"); |
| 630 |