Fossil SCM

Tweaks to the documentation on the /ci page.

drh 2019-01-01 19:39 trunk
Commit 1a857fe1fff49a828ee2424d47d4f567dff1b9d1dfab4117963b41143ed019f5
1 file changed +9 -10
+9 -10
--- src/info.c
+++ src/info.c
@@ -625,20 +625,19 @@
625625
}
626626
627627
/*
628628
** WEBPAGE: vinfo
629629
** WEBPAGE: ci
630
-** URL: /ci?name=ARTIFACTID
631
-** URL: /vinfo?name=ARTIFACTID
632
-**
633
-** Display information about a particular check-in.
634
-**
635
-** We also jump here from /info if the name is a check-in
636
-**
637
-** If the /ci and /vinfo pages used to differ in their default
638
-** diff settings, but now diff settings persist with a cookie and
639
-** so /ci and /vinfo behave the same.
630
+** URL: /ci/ARTIFACTID
631
+** OR: /ci?name=ARTIFACTID
632
+**
633
+** Display information about a particular check-in. The exact
634
+** same information is shown on the /info page if the name query
635
+** parameter to /info describes a check-in.
636
+**
637
+** The ARTIFACTID can be a unique prefix for the HASH of the check-in,
638
+** or a tag or branch name that identifies the check-in.
640639
*/
641640
void ci_page(void){
642641
Stmt q1, q2, q3;
643642
int rid;
644643
int isLeaf;
645644
--- src/info.c
+++ src/info.c
@@ -625,20 +625,19 @@
625 }
626
627 /*
628 ** WEBPAGE: vinfo
629 ** WEBPAGE: ci
630 ** URL: /ci?name=ARTIFACTID
631 ** URL: /vinfo?name=ARTIFACTID
632 **
633 ** Display information about a particular check-in.
634 **
635 ** We also jump here from /info if the name is a check-in
636 **
637 ** If the /ci and /vinfo pages used to differ in their default
638 ** diff settings, but now diff settings persist with a cookie and
639 ** so /ci and /vinfo behave the same.
640 */
641 void ci_page(void){
642 Stmt q1, q2, q3;
643 int rid;
644 int isLeaf;
645
--- src/info.c
+++ src/info.c
@@ -625,20 +625,19 @@
625 }
626
627 /*
628 ** WEBPAGE: vinfo
629 ** WEBPAGE: ci
630 ** URL: /ci/ARTIFACTID
631 ** OR: /ci?name=ARTIFACTID
632 **
633 ** Display information about a particular check-in. The exact
634 ** same information is shown on the /info page if the name query
635 ** parameter to /info describes a check-in.
636 **
637 ** The ARTIFACTID can be a unique prefix for the HASH of the check-in,
638 ** or a tag or branch name that identifies the check-in.
 
639 */
640 void ci_page(void){
641 Stmt q1, q2, q3;
642 int rid;
643 int isLeaf;
644

Keyboard Shortcuts

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