Fossil SCM
Added 'or' help for checkin/ci alias, per forum request.
Commit
f616380dfa9190bc5b9ad114bb7a6633a4b3aabfc008d424e298593ef739868e
Parent
c6a033cea66f8c0…
1 file changed
+1
+1
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -1939,10 +1939,11 @@ | ||
| 1939 | 1939 | /* |
| 1940 | 1940 | ** COMMAND: ci* |
| 1941 | 1941 | ** COMMAND: commit |
| 1942 | 1942 | ** |
| 1943 | 1943 | ** Usage: %fossil commit ?OPTIONS? ?FILE...? |
| 1944 | +** or: %fossil ci ?OPTIONS? ?FILE...? | |
| 1944 | 1945 | ** |
| 1945 | 1946 | ** Create a new version containing all of the changes in the current |
| 1946 | 1947 | ** checkout. You will be prompted to enter a check-in comment unless |
| 1947 | 1948 | ** the comment has been specified on the command-line using "-m" or a |
| 1948 | 1949 | ** file containing the comment using -M. The editor defined in the |
| 1949 | 1950 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -1939,10 +1939,11 @@ | |
| 1939 | /* |
| 1940 | ** COMMAND: ci* |
| 1941 | ** COMMAND: commit |
| 1942 | ** |
| 1943 | ** Usage: %fossil commit ?OPTIONS? ?FILE...? |
| 1944 | ** |
| 1945 | ** Create a new version containing all of the changes in the current |
| 1946 | ** checkout. You will be prompted to enter a check-in comment unless |
| 1947 | ** the comment has been specified on the command-line using "-m" or a |
| 1948 | ** file containing the comment using -M. The editor defined in the |
| 1949 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -1939,10 +1939,11 @@ | |
| 1939 | /* |
| 1940 | ** COMMAND: ci* |
| 1941 | ** COMMAND: commit |
| 1942 | ** |
| 1943 | ** Usage: %fossil commit ?OPTIONS? ?FILE...? |
| 1944 | ** or: %fossil ci ?OPTIONS? ?FILE...? |
| 1945 | ** |
| 1946 | ** Create a new version containing all of the changes in the current |
| 1947 | ** checkout. You will be prompted to enter a check-in comment unless |
| 1948 | ** the comment has been specified on the command-line using "-m" or a |
| 1949 | ** file containing the comment using -M. The editor defined in the |
| 1950 |