Fossil SCM

Fix typo in annotate documentation

andygoth 2018-04-27 00:52 trunk
Commit 4dcda7d991b3b5e39f95a96b431fe22ae3adbe4507c54e6704cb36ec7c31e1bf
1 file changed +4 -5
+4 -5
--- src/diff.c
+++ src/diff.c
@@ -2350,12 +2350,12 @@
23502350
** Reverse Annotations: Normally, these web pages look at versions of
23512351
** FILENAME moving backwards in time back toward the root check-in. However,
23522352
** if the origin= query parameter is used to specify some future check-in
23532353
** (example: "origin=trunk") then these pages show changes moving towards
23542354
** 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.
23572357
**
23582358
** Query parameters:
23592359
**
23602360
** checkin=ID The check-in at which to start the annotation
23612361
** filename=FILENAME The filename.
@@ -2368,11 +2368,10 @@
23682368
** origin=ID The origin checkin. If unspecified, the root
23692369
** check-in over the entire repository is used.
23702370
** Specify "origin=trunk" or similar for a reverse
23712371
** annotation
23722372
** w=BOOLEAN Ignore whitespace
2373
-**
23742373
*/
23752374
void annotation_page(void){
23762375
int i;
23772376
const char *zLimit; /* Depth limit */
23782377
u64 annFlags = DIFF_STRIP_EOLCR;
@@ -2538,12 +2537,12 @@
25382537
** FILENAME moving backwards in time back toward the root check-in, and
25392538
** thus the output shows the most recent change to each line. However,
25402539
** if the -o|--origin option is used to specify some future check-in
25412540
** (example: "-o trunk") then these commands show changes moving towards
25422541
** 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.
25452544
**
25462545
** Options:
25472546
** --filevers Show file version numbers rather than
25482547
** check-in versions
25492548
** -r|--revision VERSION The specific check-in containing the file
25502549
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button