Fossil SCM
minor checkin doc improvement (suggestion from Marek).
Commit
b6d219b9203d17e1c49b663b21ca5d1f266acd9d
Parent
757cf364a99a066…
1 file changed
+7
-4
+7
-4
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -881,14 +881,17 @@ | ||
| 881 | 881 | ** no editor is set. |
| 882 | 882 | ** |
| 883 | 883 | ** All files that have changed will be committed unless some subset of |
| 884 | 884 | ** files is specified on the command line. |
| 885 | 885 | ** |
| 886 | -** The --branch option followed by a branch name causes the new check-in | |
| 887 | -** to be placed in the named branch. The --bgcolor option can be followed | |
| 888 | -** by a color name (ex: '#ffc0c0') to specify the background color of | |
| 889 | -** entries in the new branch when shown in the web timeline interface. | |
| 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. | |
| 890 | 893 | ** |
| 891 | 894 | ** A check-in is not permitted to fork unless the --force or -f |
| 892 | 895 | ** option appears. A check-in is not allowed against a closed leaf. |
| 893 | 896 | ** |
| 894 | 897 | ** The --private option creates a private check-in that is never synced. |
| 895 | 898 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -881,14 +881,17 @@ | |
| 881 | ** no editor is set. |
| 882 | ** |
| 883 | ** All files that have changed will be committed unless some subset of |
| 884 | ** files is specified on the command line. |
| 885 | ** |
| 886 | ** The --branch option followed by a branch name causes the new check-in |
| 887 | ** to be placed in the named branch. The --bgcolor option can be followed |
| 888 | ** by a color name (ex: '#ffc0c0') to specify the background color of |
| 889 | ** entries in the new branch when shown in the web timeline interface. |
| 890 | ** |
| 891 | ** A check-in is not permitted to fork unless the --force or -f |
| 892 | ** option appears. A check-in is not allowed against a closed leaf. |
| 893 | ** |
| 894 | ** The --private option creates a private check-in that is never synced. |
| 895 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -881,14 +881,17 @@ | |
| 881 | ** no editor is set. |
| 882 | ** |
| 883 | ** All files that have changed will be committed unless some subset of |
| 884 | ** files is specified on the command line. |
| 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 |