Fossil SCM
Clearify the operation of the "fossil annotate" command in the built-in help. Ticket [a182bd01a9c8dde66b1f]
Commit
bb1b3fa928faf417530a9f0e6da3d779408c4442
Parent
63dc0641acbf2b1…
1 file changed
+1
-1
+1
-1
| --- src/diff.c | ||
| +++ src/diff.c | ||
| @@ -824,11 +824,11 @@ | ||
| 824 | 824 | ** COMMAND: annotate |
| 825 | 825 | ** |
| 826 | 826 | ** %fossil annotate FILENAME |
| 827 | 827 | ** |
| 828 | 828 | ** Output the text of a file with markings to show when each line of |
| 829 | -** the file was introduced. | |
| 829 | +** the file was last modified. | |
| 830 | 830 | */ |
| 831 | 831 | void annotate_cmd(void){ |
| 832 | 832 | int fnid; /* Filename ID */ |
| 833 | 833 | int fid; /* File instance ID */ |
| 834 | 834 | int mid; /* Manifest where file was checked in */ |
| 835 | 835 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -824,11 +824,11 @@ | |
| 824 | ** COMMAND: annotate |
| 825 | ** |
| 826 | ** %fossil annotate FILENAME |
| 827 | ** |
| 828 | ** Output the text of a file with markings to show when each line of |
| 829 | ** the file was introduced. |
| 830 | */ |
| 831 | void annotate_cmd(void){ |
| 832 | int fnid; /* Filename ID */ |
| 833 | int fid; /* File instance ID */ |
| 834 | int mid; /* Manifest where file was checked in */ |
| 835 |
| --- src/diff.c | |
| +++ src/diff.c | |
| @@ -824,11 +824,11 @@ | |
| 824 | ** COMMAND: annotate |
| 825 | ** |
| 826 | ** %fossil annotate FILENAME |
| 827 | ** |
| 828 | ** Output the text of a file with markings to show when each line of |
| 829 | ** the file was last modified. |
| 830 | */ |
| 831 | void annotate_cmd(void){ |
| 832 | int fnid; /* Filename ID */ |
| 833 | int fid; /* File instance ID */ |
| 834 | int mid; /* Manifest where file was checked in */ |
| 835 |