Fossil SCM

Improvements to the help text for /ci and /vinfo.

drh 2026-08-28 11:06 UTC trunk
Commit 5b39367b639967aa5ff01033278cb4b44ff69340819f9b0eccab988354183d9d
1 file changed +11 -9
+11 -9
--- src/info.c
+++ src/info.c
@@ -984,19 +984,21 @@
984984
*/
985985
986986
/*
987987
** WEBPAGE: vinfo
988988
** 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.
9981000
*/
9991001
void ci_page(void){
10001002
Stmt q1, q2, q3;
10011003
int rid;
10021004
int isLeaf;
10031005
--- 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

Keyboard Shortcuts

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