Fossil SCM
correct 'branch' subcommand usage string
Commit
8b6cf431fb80c456f0ecdb8624513731408dd11e
Parent
4ac75b9107e129c…
1 file changed
+1
-1
+1
-1
| --- src/branch.c | ||
| +++ src/branch.c | ||
| @@ -49,11 +49,11 @@ | ||
| 49 | 49 | |
| 50 | 50 | noSign = find_option("nosign","",0)!=0; |
| 51 | 51 | zColor = find_option("bgcolor","c",1); |
| 52 | 52 | verify_all_options(); |
| 53 | 53 | if( g.argc<5 ){ |
| 54 | - usage("branch new BRANCH-NAME BASE-CHECK-IN ?-bgcolor COLOR?"); | |
| 54 | + usage("new BRANCH-NAME BASE-CHECK-IN ?-bgcolor COLOR?"); | |
| 55 | 55 | } |
| 56 | 56 | db_find_and_open_repository(1); |
| 57 | 57 | noSign = db_get_int("omitsign", 0)|noSign; |
| 58 | 58 | |
| 59 | 59 | /* fossil branch new name */ |
| 60 | 60 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -49,11 +49,11 @@ | |
| 49 | |
| 50 | noSign = find_option("nosign","",0)!=0; |
| 51 | zColor = find_option("bgcolor","c",1); |
| 52 | verify_all_options(); |
| 53 | if( g.argc<5 ){ |
| 54 | usage("branch new BRANCH-NAME BASE-CHECK-IN ?-bgcolor COLOR?"); |
| 55 | } |
| 56 | db_find_and_open_repository(1); |
| 57 | noSign = db_get_int("omitsign", 0)|noSign; |
| 58 | |
| 59 | /* fossil branch new name */ |
| 60 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -49,11 +49,11 @@ | |
| 49 | |
| 50 | noSign = find_option("nosign","",0)!=0; |
| 51 | zColor = find_option("bgcolor","c",1); |
| 52 | verify_all_options(); |
| 53 | if( g.argc<5 ){ |
| 54 | usage("new BRANCH-NAME BASE-CHECK-IN ?-bgcolor COLOR?"); |
| 55 | } |
| 56 | db_find_and_open_repository(1); |
| 57 | noSign = db_get_int("omitsign", 0)|noSign; |
| 58 | |
| 59 | /* fossil branch new name */ |
| 60 |