Fossil SCM
Further improvements to the help text for the "fossil ci" command.
Commit
6d4f9a3b6992ddb50e4556f41a18a9fdeffd602c
Parent
b6d219b9203d17e…
1 file changed
+8
-2
+8
-2
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -885,13 +885,19 @@ | ||
| 885 | 885 | ** |
| 886 | 886 | ** The --branch option followed by a branch name causes the new |
| 887 | 887 | ** check-in to be placed in a newly-created branch with the name |
| 888 | 888 | ** passed to the --branch option. |
| 889 | 889 | ** |
| 890 | -** The --bgcolor option can be followed by a color name (ex: | |
| 890 | +** Use the --branchcolor option followed by a color name (ex: | |
| 891 | 891 | ** '#ffc0c0') to specify the background color of entries in the new |
| 892 | -** branch when shown in the web timeline interface. | |
| 892 | +** branch when shown in the web timeline interface. The use of | |
| 893 | +** the --branchcolor option is not recommend. Instead, let Fossil | |
| 894 | +** choose the branch color automatically. | |
| 895 | +** | |
| 896 | +** The --bgcolor option works like --branchcolor but only sets the | |
| 897 | +** background color for a single check-in. Subsequent check-ins revert | |
| 898 | +** to the default color. | |
| 893 | 899 | ** |
| 894 | 900 | ** A check-in is not permitted to fork unless the --force or -f |
| 895 | 901 | ** option appears. A check-in is not allowed against a closed leaf. |
| 896 | 902 | ** |
| 897 | 903 | ** The --private option creates a private check-in that is never synced. |
| 898 | 904 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -885,13 +885,19 @@ | |
| 885 | ** |
| 886 | ** The --branch option followed by a branch name causes the new |
| 887 | ** check-in to be placed in a newly-created branch with the name |
| 888 | ** passed to the --branch option. |
| 889 | ** |
| 890 | ** The --bgcolor option can be followed by a color name (ex: |
| 891 | ** '#ffc0c0') to specify the background color of entries in the new |
| 892 | ** branch when shown in the web timeline interface. |
| 893 | ** |
| 894 | ** A check-in is not permitted to fork unless the --force or -f |
| 895 | ** option appears. A check-in is not allowed against a closed leaf. |
| 896 | ** |
| 897 | ** The --private option creates a private check-in that is never synced. |
| 898 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -885,13 +885,19 @@ | |
| 885 | ** |
| 886 | ** The --branch option followed by a branch name causes the new |
| 887 | ** check-in to be placed in a newly-created branch with the name |
| 888 | ** passed to the --branch option. |
| 889 | ** |
| 890 | ** Use the --branchcolor option followed by a color name (ex: |
| 891 | ** '#ffc0c0') to specify the background color of entries in the new |
| 892 | ** branch when shown in the web timeline interface. The use of |
| 893 | ** the --branchcolor option is not recommend. Instead, let Fossil |
| 894 | ** choose the branch color automatically. |
| 895 | ** |
| 896 | ** The --bgcolor option works like --branchcolor but only sets the |
| 897 | ** background color for a single check-in. Subsequent check-ins revert |
| 898 | ** to the default color. |
| 899 | ** |
| 900 | ** A check-in is not permitted to fork unless the --force or -f |
| 901 | ** option appears. A check-in is not allowed against a closed leaf. |
| 902 | ** |
| 903 | ** The --private option creates a private check-in that is never synced. |
| 904 |