Fossil SCM
uv ls/list doc patch from [https://fossil-scm.org/forum/forumpost/cdc43ffe60].
Commit
ecac7c4ea7dbee180c42be6938d5dd6b6d13f8b781a6b4d7ee32a5fec3726cea
Parent
77bb3e4c33f9ff5…
1 file changed
+3
+3
| --- src/unversioned.c | ||
| +++ src/unversioned.c | ||
| @@ -256,10 +256,13 @@ | ||
| 256 | 256 | ** list | ls Show all unversioned files held in the local |
| 257 | 257 | ** repository. Options: |
| 258 | 258 | ** |
| 259 | 259 | ** --glob PATTERN Show only files that match |
| 260 | 260 | ** --like PATTERN Show only files that match |
| 261 | +** -l Show additional details for | |
| 262 | +** files that match. Implied | |
| 263 | +** when 'list' is used. | |
| 261 | 264 | ** |
| 262 | 265 | ** revert ?URL? Restore the state of all unversioned files in the |
| 263 | 266 | ** local repository to match the remote repository |
| 264 | 267 | ** URL. |
| 265 | 268 | ** |
| 266 | 269 |
| --- src/unversioned.c | |
| +++ src/unversioned.c | |
| @@ -256,10 +256,13 @@ | |
| 256 | ** list | ls Show all unversioned files held in the local |
| 257 | ** repository. Options: |
| 258 | ** |
| 259 | ** --glob PATTERN Show only files that match |
| 260 | ** --like PATTERN Show only files that match |
| 261 | ** |
| 262 | ** revert ?URL? Restore the state of all unversioned files in the |
| 263 | ** local repository to match the remote repository |
| 264 | ** URL. |
| 265 | ** |
| 266 |
| --- src/unversioned.c | |
| +++ src/unversioned.c | |
| @@ -256,10 +256,13 @@ | |
| 256 | ** list | ls Show all unversioned files held in the local |
| 257 | ** repository. Options: |
| 258 | ** |
| 259 | ** --glob PATTERN Show only files that match |
| 260 | ** --like PATTERN Show only files that match |
| 261 | ** -l Show additional details for |
| 262 | ** files that match. Implied |
| 263 | ** when 'list' is used. |
| 264 | ** |
| 265 | ** revert ?URL? Restore the state of all unversioned files in the |
| 266 | ** local repository to match the remote repository |
| 267 | ** URL. |
| 268 | ** |
| 269 |