Fossil SCM
Correct internal contradiction in updated ls documentation to match actual behavior. This is too complicated.
Commit
bc5a67d1ab2ef22cc56631518d8f5546f0bef211
Parent
0a4310b34bb907f…
1 file changed
+2
-3
+2
-3
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -364,13 +364,12 @@ | ||
| 364 | 364 | ** whether or not the -r option is given. -r selects a specific check-in |
| 365 | 365 | ** version to list, in which case -R can be used to select the repository. |
| 366 | 366 | ** The fine behavior of the --age, -v, and -t options is altered by the -r |
| 367 | 367 | ** option as well, as explained below. |
| 368 | 368 | ** |
| 369 | -** The --age option displays file commit times. Unless -r is given, the | |
| 370 | -** --age option changes -t's effect from sorting by modification time to | |
| 371 | -** sorting by commit time. | |
| 369 | +** The --age option displays file commit times. Like -r, --age has the | |
| 370 | +** side effect of making -t sort by commit time, not modification time. | |
| 372 | 371 | ** |
| 373 | 372 | ** The -v option provides extra information about each file. Without -r, |
| 374 | 373 | ** -v displays the change status, in the manner of the changes command. |
| 375 | 374 | ** With -r, -v shows the commit time and size of the checked-in files. |
| 376 | 375 | ** |
| 377 | 376 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -364,13 +364,12 @@ | |
| 364 | ** whether or not the -r option is given. -r selects a specific check-in |
| 365 | ** version to list, in which case -R can be used to select the repository. |
| 366 | ** The fine behavior of the --age, -v, and -t options is altered by the -r |
| 367 | ** option as well, as explained below. |
| 368 | ** |
| 369 | ** The --age option displays file commit times. Unless -r is given, the |
| 370 | ** --age option changes -t's effect from sorting by modification time to |
| 371 | ** sorting by commit time. |
| 372 | ** |
| 373 | ** The -v option provides extra information about each file. Without -r, |
| 374 | ** -v displays the change status, in the manner of the changes command. |
| 375 | ** With -r, -v shows the commit time and size of the checked-in files. |
| 376 | ** |
| 377 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -364,13 +364,12 @@ | |
| 364 | ** whether or not the -r option is given. -r selects a specific check-in |
| 365 | ** version to list, in which case -R can be used to select the repository. |
| 366 | ** The fine behavior of the --age, -v, and -t options is altered by the -r |
| 367 | ** option as well, as explained below. |
| 368 | ** |
| 369 | ** The --age option displays file commit times. Like -r, --age has the |
| 370 | ** side effect of making -t sort by commit time, not modification time. |
| 371 | ** |
| 372 | ** The -v option provides extra information about each file. Without -r, |
| 373 | ** -v displays the change status, in the manner of the changes command. |
| 374 | ** With -r, -v shows the commit time and size of the checked-in files. |
| 375 | ** |
| 376 |