Fossil SCM
Added help text doc for -k alias for --keep for the open command, per [forum:6f17cf142f80e2c3 | forum post 6f17cf142f80e2c3].
Commit
8fee91d408132393ddf5fe3a139bca0a40b6dc21f8c664240bd56f96c67c2872
Parent
bbd3d25654f45cf…
1 file changed
+1
-1
M
src/db.c
+1
-1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -3552,11 +3552,11 @@ | ||
| 3552 | 3552 | ** with the local repository. If you commit this checkout, |
| 3553 | 3553 | ** it will become a new "initial" commit in the repository. |
| 3554 | 3554 | ** -f|--force Continue with the open even if the working directory is |
| 3555 | 3555 | ** not empty. |
| 3556 | 3556 | ** --force-missing Force opening a repository with missing content |
| 3557 | -** --keep Only modify the manifest and manifest.uuid files | |
| 3557 | +** -k|--keep Only modify the manifest and manifest.uuid files | |
| 3558 | 3558 | ** --nested Allow opening a repository inside an opened checkout |
| 3559 | 3559 | ** --nosync Do not auto-sync the repository prior to opening |
| 3560 | 3560 | ** --repodir DIR If REPOSITORY is a URI that will be cloned, store |
| 3561 | 3561 | ** the clone in DIR rather than in "." |
| 3562 | 3562 | ** --setmtime Set timestamps of all files to match their SCM-side |
| 3563 | 3563 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -3552,11 +3552,11 @@ | |
| 3552 | ** with the local repository. If you commit this checkout, |
| 3553 | ** it will become a new "initial" commit in the repository. |
| 3554 | ** -f|--force Continue with the open even if the working directory is |
| 3555 | ** not empty. |
| 3556 | ** --force-missing Force opening a repository with missing content |
| 3557 | ** --keep Only modify the manifest and manifest.uuid files |
| 3558 | ** --nested Allow opening a repository inside an opened checkout |
| 3559 | ** --nosync Do not auto-sync the repository prior to opening |
| 3560 | ** --repodir DIR If REPOSITORY is a URI that will be cloned, store |
| 3561 | ** the clone in DIR rather than in "." |
| 3562 | ** --setmtime Set timestamps of all files to match their SCM-side |
| 3563 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -3552,11 +3552,11 @@ | |
| 3552 | ** with the local repository. If you commit this checkout, |
| 3553 | ** it will become a new "initial" commit in the repository. |
| 3554 | ** -f|--force Continue with the open even if the working directory is |
| 3555 | ** not empty. |
| 3556 | ** --force-missing Force opening a repository with missing content |
| 3557 | ** -k|--keep Only modify the manifest and manifest.uuid files |
| 3558 | ** --nested Allow opening a repository inside an opened checkout |
| 3559 | ** --nosync Do not auto-sync the repository prior to opening |
| 3560 | ** --repodir DIR If REPOSITORY is a URI that will be cloned, store |
| 3561 | ** the clone in DIR rather than in "." |
| 3562 | ** --setmtime Set timestamps of all files to match their SCM-side |
| 3563 |