Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Further wording enhancements to the on-line documentation to the "fossil uv" command. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA3-256: |
c4ab8834218197fcc31be4245694fabe |
| User & Date: | drh 2018-06-29 11:40:02.943 |
Context
|
2018-06-29
| ||
| 12:56 | Attempt to make an error log entry following a segfault. check-in: c670925e00 user: drh tags: trunk | |
| 11:40 | Further wording enhancements to the on-line documentation to the "fossil uv" command. check-in: c4ab883421 user: drh tags: trunk | |
|
2018-06-28
| ||
| 17:22 | Fix the wording on the documentation of the /announce web page. check-in: dfe0cf7ebf user: drh tags: trunk | |
Changes
Changes to src/unversioned.c.
| ︙ | ︙ | |||
217 218 219 220 221 222 223 | ** for download but which do not preserve history. Only the most recent version ** of each UV-file is retained. Changes to an UV-file are permanent and cannot ** be undone, so use appropriate caution with this command. ** ** Subcommands: ** ** add FILE ... Add or update unversioned files in the local | | | 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 | ** for download but which do not preserve history. Only the most recent version ** of each UV-file is retained. Changes to an UV-file are permanent and cannot ** be undone, so use appropriate caution with this command. ** ** Subcommands: ** ** add FILE ... Add or update unversioned files in the local ** repository so that they match FILEs on disk. ** Use "--as UVFILE" to give the file a different name ** in the repository than what it called on disk. ** Changes are not pushed to other repositories until ** the next sync. ** ** cat FILE ... Concatenate the content of FILEs to stdout. ** |
| ︙ | ︙ |