Fossil SCM
In the help text for "fossil annotate", move the -t and -T options into alphabetical order.
Commit
12d31f0733d2fc13fc7130c5035a8cee42b9dc519b9c1ac8bb638d34563b6190
Parent
b8ab8b3d414c235…
1 file changed
+2
-2
+2
-2
| --- src/diff.c | ||
| +++ src/diff.c | ||
| @@ -3957,15 +3957,15 @@ | ||
| 3957 | 3957 | ** none No limit |
| 3958 | 3958 | ** -o|--origin VERSION The origin check-in. By default this is the |
| 3959 | 3959 | ** root of the repository. Set to the name of |
| 3960 | 3960 | ** the main branch (usually "trunk") or |
| 3961 | 3961 | ** similar for a reverse annotation. |
| 3962 | -** -w|--ignore-all-space Ignore white space when comparing lines | |
| 3963 | -** -Z|--ignore-trailing-space Ignore whitespace at line end | |
| 3964 | 3962 | ** -t Show latest check-in and its author for each |
| 3965 | 3963 | ** tracked file in the tree as of VERSION |
| 3966 | 3964 | ** -T Like -t, plus comment snippet |
| 3965 | +** -w|--ignore-all-space Ignore white space when comparing lines | |
| 3966 | +** -Z|--ignore-trailing-space Ignore whitespace at line end | |
| 3967 | 3967 | ** |
| 3968 | 3968 | ** See also: [[info]], [[finfo]], [[timeline]] |
| 3969 | 3969 | */ |
| 3970 | 3970 | void annotate_cmd(void){ |
| 3971 | 3971 | const char *zRevision; /* Revision name, or NULL for current check-in */ |
| 3972 | 3972 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -3957,15 +3957,15 @@ | |
| 3957 | ** none No limit |
| 3958 | ** -o|--origin VERSION The origin check-in. By default this is the |
| 3959 | ** root of the repository. Set to the name of |
| 3960 | ** the main branch (usually "trunk") or |
| 3961 | ** similar for a reverse annotation. |
| 3962 | ** -w|--ignore-all-space Ignore white space when comparing lines |
| 3963 | ** -Z|--ignore-trailing-space Ignore whitespace at line end |
| 3964 | ** -t Show latest check-in and its author for each |
| 3965 | ** tracked file in the tree as of VERSION |
| 3966 | ** -T Like -t, plus comment snippet |
| 3967 | ** |
| 3968 | ** See also: [[info]], [[finfo]], [[timeline]] |
| 3969 | */ |
| 3970 | void annotate_cmd(void){ |
| 3971 | const char *zRevision; /* Revision name, or NULL for current check-in */ |
| 3972 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -3957,15 +3957,15 @@ | |
| 3957 | ** none No limit |
| 3958 | ** -o|--origin VERSION The origin check-in. By default this is the |
| 3959 | ** root of the repository. Set to the name of |
| 3960 | ** the main branch (usually "trunk") or |
| 3961 | ** similar for a reverse annotation. |
| 3962 | ** -t Show latest check-in and its author for each |
| 3963 | ** tracked file in the tree as of VERSION |
| 3964 | ** -T Like -t, plus comment snippet |
| 3965 | ** -w|--ignore-all-space Ignore white space when comparing lines |
| 3966 | ** -Z|--ignore-trailing-space Ignore whitespace at line end |
| 3967 | ** |
| 3968 | ** See also: [[info]], [[finfo]], [[timeline]] |
| 3969 | */ |
| 3970 | void annotate_cmd(void){ |
| 3971 | const char *zRevision; /* Revision name, or NULL for current check-in */ |
| 3972 |