Fossil SCM
Tweaks to the documentation on the /ci page.
Commit
1a857fe1fff49a828ee2424d47d4f567dff1b9d1dfab4117963b41143ed019f5
Parent
d3833209db06234…
1 file changed
+9
-10
+9
-10
| --- src/info.c | ||
| +++ src/info.c | ||
| @@ -625,20 +625,19 @@ | ||
| 625 | 625 | } |
| 626 | 626 | |
| 627 | 627 | /* |
| 628 | 628 | ** WEBPAGE: vinfo |
| 629 | 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. | |
| 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. | |
| 640 | 639 | */ |
| 641 | 640 | void ci_page(void){ |
| 642 | 641 | Stmt q1, q2, q3; |
| 643 | 642 | int rid; |
| 644 | 643 | int isLeaf; |
| 645 | 644 |
| --- 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 |