Fossil SCM
Minor branch help doc tweak suggestion from the forum.
Commit
f488eaf5ffb864db708294cbafe4730a7fc4654f67a8bfcbd050f3b414b24313
Parent
5da1bd94ccf76e2…
1 file changed
+2
-2
+2
-2
| --- src/branch.c | ||
| +++ src/branch.c | ||
| @@ -384,13 +384,13 @@ | ||
| 384 | 384 | ** Options: |
| 385 | 385 | ** -R|--repository FILE Run commands on repository FILE |
| 386 | 386 | ** |
| 387 | 387 | ** Summary: |
| 388 | 388 | ** fossil branch current |
| 389 | -** fossil branch info BRANCHNAME | |
| 389 | +** fossil branch info BRANCH-NAME | |
| 390 | 390 | ** fossil branch [list|ls] |
| 391 | -** fossil branch new | |
| 391 | +** fossil branch new BRANCH-NAME BASIS | |
| 392 | 392 | */ |
| 393 | 393 | void branch_cmd(void){ |
| 394 | 394 | int n; |
| 395 | 395 | const char *zCmd = "list"; |
| 396 | 396 | db_find_and_open_repository(0, 0); |
| 397 | 397 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -384,13 +384,13 @@ | |
| 384 | ** Options: |
| 385 | ** -R|--repository FILE Run commands on repository FILE |
| 386 | ** |
| 387 | ** Summary: |
| 388 | ** fossil branch current |
| 389 | ** fossil branch info BRANCHNAME |
| 390 | ** fossil branch [list|ls] |
| 391 | ** fossil branch new |
| 392 | */ |
| 393 | void branch_cmd(void){ |
| 394 | int n; |
| 395 | const char *zCmd = "list"; |
| 396 | db_find_and_open_repository(0, 0); |
| 397 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -384,13 +384,13 @@ | |
| 384 | ** Options: |
| 385 | ** -R|--repository FILE Run commands on repository FILE |
| 386 | ** |
| 387 | ** Summary: |
| 388 | ** fossil branch current |
| 389 | ** fossil branch info BRANCH-NAME |
| 390 | ** fossil branch [list|ls] |
| 391 | ** fossil branch new BRANCH-NAME BASIS |
| 392 | */ |
| 393 | void branch_cmd(void){ |
| 394 | int n; |
| 395 | const char *zCmd = "list"; |
| 396 | db_find_and_open_repository(0, 0); |
| 397 |