Fossil SCM
Improvements to the help text for /ci and /vinfo.
Commit
5b39367b639967aa5ff01033278cb4b44ff69340819f9b0eccab988354183d9d
Parent
6c84306e2796da1…
1 file changed
+11
-9
+11
-9
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -984,19 +984,21 @@ | ||
| 984 | 984 | */ |
| 985 | 985 | |
| 986 | 986 | /* |
| 987 | 987 | ** WEBPAGE: vinfo |
| 988 | 988 | ** WEBPAGE: ci |
| 989 | -** URL: /ci/ARTIFACTID | |
| 990 | -** OR: /ci?name=ARTIFACTID | |
| 991 | -** | |
| 992 | -** Display information about a particular check-in. The exact | |
| 993 | -** same information is shown on the /info page if the name query | |
| 994 | -** parameter to /info describes a check-in. | |
| 995 | -** | |
| 996 | -** The ARTIFACTID can be a unique prefix for the HASH of the check-in, | |
| 997 | -** or a tag or branch name that identifies the check-in. | |
| 989 | +** | |
| 990 | +** Display information about a single check-in identified by | |
| 991 | +** the "name" query parameter. | |
| 992 | +** | |
| 993 | +** The exact same information is shown on the /info page if the name query | |
| 994 | +** parameter to /info describes a check-in. The /info page is preferred. | |
| 995 | +** The /ci and /vinfo pages are retained for historical compatibility. | |
| 996 | +** | |
| 997 | +** The value of the "name" query parameter can be a unique prefix for | |
| 998 | +** the HASH of the check-in, or a tag or branch name that identifies | |
| 999 | +** the check-in. | |
| 998 | 1000 | */ |
| 999 | 1001 | void ci_page(void){ |
| 1000 | 1002 | Stmt q1, q2, q3; |
| 1001 | 1003 | int rid; |
| 1002 | 1004 | int isLeaf; |
| 1003 | 1005 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -984,19 +984,21 @@ | |
| 984 | */ |
| 985 | |
| 986 | /* |
| 987 | ** WEBPAGE: vinfo |
| 988 | ** WEBPAGE: ci |
| 989 | ** URL: /ci/ARTIFACTID |
| 990 | ** OR: /ci?name=ARTIFACTID |
| 991 | ** |
| 992 | ** Display information about a particular check-in. The exact |
| 993 | ** same information is shown on the /info page if the name query |
| 994 | ** parameter to /info describes a check-in. |
| 995 | ** |
| 996 | ** The ARTIFACTID can be a unique prefix for the HASH of the check-in, |
| 997 | ** or a tag or branch name that identifies the check-in. |
| 998 | */ |
| 999 | void ci_page(void){ |
| 1000 | Stmt q1, q2, q3; |
| 1001 | int rid; |
| 1002 | int isLeaf; |
| 1003 |
| --- src/info.c | |
| +++ src/info.c | |
| @@ -984,19 +984,21 @@ | |
| 984 | */ |
| 985 | |
| 986 | /* |
| 987 | ** WEBPAGE: vinfo |
| 988 | ** WEBPAGE: ci |
| 989 | ** |
| 990 | ** Display information about a single check-in identified by |
| 991 | ** the "name" query parameter. |
| 992 | ** |
| 993 | ** The exact same information is shown on the /info page if the name query |
| 994 | ** parameter to /info describes a check-in. The /info page is preferred. |
| 995 | ** The /ci and /vinfo pages are retained for historical compatibility. |
| 996 | ** |
| 997 | ** The value of the "name" query parameter can be a unique prefix for |
| 998 | ** the HASH of the check-in, or a tag or branch name that identifies |
| 999 | ** the check-in. |
| 1000 | */ |
| 1001 | void ci_page(void){ |
| 1002 | Stmt q1, q2, q3; |
| 1003 | int rid; |
| 1004 | int isLeaf; |
| 1005 |