Fossil

Check-in [c4ab8834]
Login

Check-in [c4ab8834]

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 | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c4ab8834218197fcc31be4245694fabe054aae4e69806a047d0fcace03a1e065
User & Date: drh 2018-06-29 11:40:02
Context
2018-06-29
12:56
Attempt to make an error log entry following a segfault. ... (check-in: c670925e user: drh tags: trunk)
11:40
Further wording enhancements to the on-line documentation to the "fossil uv" command. ... (check-in: c4ab8834 user: drh tags: trunk)
2018-06-28
17:22
Fix the wording on the documentation of the /announce web page. ... (check-in: dfe0cf7e user: drh tags: trunk)
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to src/unversioned.c.

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 it matches FILE 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.
**







|







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.
**