Fossil SCM
Fix typo in annotate documentation
Commit
4dcda7d991b3b5e39f95a96b431fe22ae3adbe4507c54e6704cb36ec7c31e1bf
Parent
58804979ab3bc93…
1 file changed
+4
-5
+4
-5
| --- src/diff.c | ||
| +++ src/diff.c | ||
| @@ -2350,12 +2350,12 @@ | ||
| 2350 | 2350 | ** Reverse Annotations: Normally, these web pages look at versions of |
| 2351 | 2351 | ** FILENAME moving backwards in time back toward the root check-in. However, |
| 2352 | 2352 | ** if the origin= query parameter is used to specify some future check-in |
| 2353 | 2353 | ** (example: "origin=trunk") then these pages show changes moving towards |
| 2354 | 2354 | ** that alternative origin. Thus using "origin=trunk" on an historical |
| 2355 | -** version of the file shows the first time each line in the file was been | |
| 2356 | -** changed in subsequent check-ins. | |
| 2355 | +** version of the file shows the first time each line in the file was changed | |
| 2356 | +** or removed by any subsequent check-in. | |
| 2357 | 2357 | ** |
| 2358 | 2358 | ** Query parameters: |
| 2359 | 2359 | ** |
| 2360 | 2360 | ** checkin=ID The check-in at which to start the annotation |
| 2361 | 2361 | ** filename=FILENAME The filename. |
| @@ -2368,11 +2368,10 @@ | ||
| 2368 | 2368 | ** origin=ID The origin checkin. If unspecified, the root |
| 2369 | 2369 | ** check-in over the entire repository is used. |
| 2370 | 2370 | ** Specify "origin=trunk" or similar for a reverse |
| 2371 | 2371 | ** annotation |
| 2372 | 2372 | ** w=BOOLEAN Ignore whitespace |
| 2373 | -** | |
| 2374 | 2373 | */ |
| 2375 | 2374 | void annotation_page(void){ |
| 2376 | 2375 | int i; |
| 2377 | 2376 | const char *zLimit; /* Depth limit */ |
| 2378 | 2377 | u64 annFlags = DIFF_STRIP_EOLCR; |
| @@ -2538,12 +2537,12 @@ | ||
| 2538 | 2537 | ** FILENAME moving backwards in time back toward the root check-in, and |
| 2539 | 2538 | ** thus the output shows the most recent change to each line. However, |
| 2540 | 2539 | ** if the -o|--origin option is used to specify some future check-in |
| 2541 | 2540 | ** (example: "-o trunk") then these commands show changes moving towards |
| 2542 | 2541 | ** that alternative origin. Thus using "-o trunk" on an historical version |
| 2543 | -** of the file shows the first time each line in the file was been changed | |
| 2544 | -** by subsequent check-ins. | |
| 2542 | +** of the file shows the first time each line in the file was changed or | |
| 2543 | +** removed by any subsequent check-in. | |
| 2545 | 2544 | ** |
| 2546 | 2545 | ** Options: |
| 2547 | 2546 | ** --filevers Show file version numbers rather than |
| 2548 | 2547 | ** check-in versions |
| 2549 | 2548 | ** -r|--revision VERSION The specific check-in containing the file |
| 2550 | 2549 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -2350,12 +2350,12 @@ | |
| 2350 | ** Reverse Annotations: Normally, these web pages look at versions of |
| 2351 | ** FILENAME moving backwards in time back toward the root check-in. However, |
| 2352 | ** if the origin= query parameter is used to specify some future check-in |
| 2353 | ** (example: "origin=trunk") then these pages show changes moving towards |
| 2354 | ** that alternative origin. Thus using "origin=trunk" on an historical |
| 2355 | ** version of the file shows the first time each line in the file was been |
| 2356 | ** changed in subsequent check-ins. |
| 2357 | ** |
| 2358 | ** Query parameters: |
| 2359 | ** |
| 2360 | ** checkin=ID The check-in at which to start the annotation |
| 2361 | ** filename=FILENAME The filename. |
| @@ -2368,11 +2368,10 @@ | |
| 2368 | ** origin=ID The origin checkin. If unspecified, the root |
| 2369 | ** check-in over the entire repository is used. |
| 2370 | ** Specify "origin=trunk" or similar for a reverse |
| 2371 | ** annotation |
| 2372 | ** w=BOOLEAN Ignore whitespace |
| 2373 | ** |
| 2374 | */ |
| 2375 | void annotation_page(void){ |
| 2376 | int i; |
| 2377 | const char *zLimit; /* Depth limit */ |
| 2378 | u64 annFlags = DIFF_STRIP_EOLCR; |
| @@ -2538,12 +2537,12 @@ | |
| 2538 | ** FILENAME moving backwards in time back toward the root check-in, and |
| 2539 | ** thus the output shows the most recent change to each line. However, |
| 2540 | ** if the -o|--origin option is used to specify some future check-in |
| 2541 | ** (example: "-o trunk") then these commands show changes moving towards |
| 2542 | ** that alternative origin. Thus using "-o trunk" on an historical version |
| 2543 | ** of the file shows the first time each line in the file was been changed |
| 2544 | ** by subsequent check-ins. |
| 2545 | ** |
| 2546 | ** Options: |
| 2547 | ** --filevers Show file version numbers rather than |
| 2548 | ** check-in versions |
| 2549 | ** -r|--revision VERSION The specific check-in containing the file |
| 2550 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -2350,12 +2350,12 @@ | |
| 2350 | ** Reverse Annotations: Normally, these web pages look at versions of |
| 2351 | ** FILENAME moving backwards in time back toward the root check-in. However, |
| 2352 | ** if the origin= query parameter is used to specify some future check-in |
| 2353 | ** (example: "origin=trunk") then these pages show changes moving towards |
| 2354 | ** that alternative origin. Thus using "origin=trunk" on an historical |
| 2355 | ** version of the file shows the first time each line in the file was changed |
| 2356 | ** or removed by any subsequent check-in. |
| 2357 | ** |
| 2358 | ** Query parameters: |
| 2359 | ** |
| 2360 | ** checkin=ID The check-in at which to start the annotation |
| 2361 | ** filename=FILENAME The filename. |
| @@ -2368,11 +2368,10 @@ | |
| 2368 | ** origin=ID The origin checkin. If unspecified, the root |
| 2369 | ** check-in over the entire repository is used. |
| 2370 | ** Specify "origin=trunk" or similar for a reverse |
| 2371 | ** annotation |
| 2372 | ** w=BOOLEAN Ignore whitespace |
| 2373 | */ |
| 2374 | void annotation_page(void){ |
| 2375 | int i; |
| 2376 | const char *zLimit; /* Depth limit */ |
| 2377 | u64 annFlags = DIFF_STRIP_EOLCR; |
| @@ -2538,12 +2537,12 @@ | |
| 2537 | ** FILENAME moving backwards in time back toward the root check-in, and |
| 2538 | ** thus the output shows the most recent change to each line. However, |
| 2539 | ** if the -o|--origin option is used to specify some future check-in |
| 2540 | ** (example: "-o trunk") then these commands show changes moving towards |
| 2541 | ** that alternative origin. Thus using "-o trunk" on an historical version |
| 2542 | ** of the file shows the first time each line in the file was changed or |
| 2543 | ** removed by any subsequent check-in. |
| 2544 | ** |
| 2545 | ** Options: |
| 2546 | ** --filevers Show file version numbers rather than |
| 2547 | ** check-in versions |
| 2548 | ** -r|--revision VERSION The specific check-in containing the file |
| 2549 |