Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Fix typo in built-in documentation for "fossil open". |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
9ec3274f3580df0c52307411431bdf50 |
| User & Date: | drh 2020-08-08 18:19:35.112 |
Context
|
2020-08-08
| ||
| 20:13 | Enhance built-in help text formatting so that text contained within [[...]] is a hyperlink to another help page. check-in: 71992d0f08 user: drh tags: trunk | |
| 18:52 | wikiedit: deleted pages are now hidden by default, per forum feedback. A minor style tweek to shift edit-marked wiki entries to the right a bit (edit state indicator was truncated in some skins). check-in: 8936ae98b6 user: stephan tags: trunk | |
| 18:19 | Fix typo in built-in documentation for "fossil open". check-in: 9ec3274f35 user: drh tags: trunk | |
| 18:14 | Never allow the "fossil open" command to proceed on a non-empty working directory unless either the --force or --keep options are used. check-in: 99ab1118f5 user: drh tags: trunk | |
Changes
Changes to src/db.c.
| ︙ | ︙ | |||
3099 3100 3101 3102 3103 3104 3105 | ** ** fossil open https://fossil-scm.org/home/new-name ** ** The base URI for cloning is 'https://fossil-scm.org/home'. The extra ** 'new-name' term means that the cloned repository will be called ** 'new-name.fossil'. ** | < < | 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112 | ** ** fossil open https://fossil-scm.org/home/new-name ** ** The base URI for cloning is 'https://fossil-scm.org/home'. The extra ** 'new-name' term means that the cloned repository will be called ** 'new-name.fossil'. ** ** Options: ** --empty Initialize checkout as being empty, but still connected ** with the local repository. If you commit this checkout, ** it will become a new "initial" commit in the repository. ** --force Continue with the open even if the working directory is ** not empy. ** --force-missing Force opening a repository with missing content |
| ︙ | ︙ |