Fossil SCM
Correct help text for open command
Commit
109c956ff1d615a2c3b7dec2dad5c4a6bc11808e576a9616e48b7b414788e466
Parent
057645a9381434c…
1 file changed
+3
-2
M
src/db.c
+3
-2
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -2587,12 +2587,13 @@ | ||
| 2587 | 2587 | ** Usage: %fossil open FILENAME ?VERSION? ?OPTIONS? |
| 2588 | 2588 | ** |
| 2589 | 2589 | ** Open a connection to the local repository in FILENAME. A checkout |
| 2590 | 2590 | ** for the repository is created with its root at the working directory. |
| 2591 | 2591 | ** If VERSION is specified then that version is checked out. Otherwise |
| 2592 | -** the latest version is checked out. No files other than "manifest" | |
| 2593 | -** and "manifest.uuid" are modified if the --keep option is present. | |
| 2592 | +** the latest version is checked out. If the --keep option is present, | |
| 2593 | +** no files other than "manifest", "manifest.uuid", "manifest.tags", and | |
| 2594 | +** "manifest.symlinks" are modified. | |
| 2594 | 2595 | ** |
| 2595 | 2596 | ** Options: |
| 2596 | 2597 | ** --empty Initialize checkout as being empty, but still connected |
| 2597 | 2598 | ** with the local repository. If you commit this checkout, |
| 2598 | 2599 | ** it will become a new "initial" commit in the repository. |
| 2599 | 2600 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2587,12 +2587,13 @@ | |
| 2587 | ** Usage: %fossil open FILENAME ?VERSION? ?OPTIONS? |
| 2588 | ** |
| 2589 | ** Open a connection to the local repository in FILENAME. A checkout |
| 2590 | ** for the repository is created with its root at the working directory. |
| 2591 | ** If VERSION is specified then that version is checked out. Otherwise |
| 2592 | ** the latest version is checked out. No files other than "manifest" |
| 2593 | ** and "manifest.uuid" are modified if the --keep option is present. |
| 2594 | ** |
| 2595 | ** Options: |
| 2596 | ** --empty Initialize checkout as being empty, but still connected |
| 2597 | ** with the local repository. If you commit this checkout, |
| 2598 | ** it will become a new "initial" commit in the repository. |
| 2599 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -2587,12 +2587,13 @@ | |
| 2587 | ** Usage: %fossil open FILENAME ?VERSION? ?OPTIONS? |
| 2588 | ** |
| 2589 | ** Open a connection to the local repository in FILENAME. A checkout |
| 2590 | ** for the repository is created with its root at the working directory. |
| 2591 | ** If VERSION is specified then that version is checked out. Otherwise |
| 2592 | ** the latest version is checked out. If the --keep option is present, |
| 2593 | ** no files other than "manifest", "manifest.uuid", "manifest.tags", and |
| 2594 | ** "manifest.symlinks" are modified. |
| 2595 | ** |
| 2596 | ** Options: |
| 2597 | ** --empty Initialize checkout as being empty, but still connected |
| 2598 | ** with the local repository. If you commit this checkout, |
| 2599 | ** it will become a new "initial" commit in the repository. |
| 2600 |