Fossil SCM
Improved help message for the /mlink page
Commit
bf94ffa00994355a83945ef8f9206993b84b59aa2e24cb41bfe8beb884450eb6
Parent
dead084ee5d54c2…
1 file changed
+8
-2
+8
-2
| --- src/finfo.c | ||
| +++ src/finfo.c | ||
| @@ -596,12 +596,18 @@ | ||
| 596 | 596 | ** WEBPAGE: mlink |
| 597 | 597 | ** URL: /mlink?name=FILENAME |
| 598 | 598 | ** URL: /mlink?ci=NAME |
| 599 | 599 | ** |
| 600 | 600 | ** Show all MLINK table entries for a particular file, or for |
| 601 | -** a particular check-in. This screen is intended for use by developers | |
| 602 | -** in debugging Fossil. | |
| 601 | +** a particular check-in. | |
| 602 | +** | |
| 603 | +** This screen is intended for use by Fossil developers to help | |
| 604 | +** in debugging Fossil itself. Ordinary Fossil users are not | |
| 605 | +** expected to know what the MLINK table is or why it is important. | |
| 606 | +** | |
| 607 | +** To avoid confusing ordinary users, this page is only available | |
| 608 | +** to adminstrators. | |
| 603 | 609 | */ |
| 604 | 610 | void mlink_page(void){ |
| 605 | 611 | const char *zFName = P("name"); |
| 606 | 612 | const char *zCI = P("ci"); |
| 607 | 613 | Stmt q; |
| 608 | 614 |
| --- src/finfo.c | |
| +++ src/finfo.c | |
| @@ -596,12 +596,18 @@ | |
| 596 | ** WEBPAGE: mlink |
| 597 | ** URL: /mlink?name=FILENAME |
| 598 | ** URL: /mlink?ci=NAME |
| 599 | ** |
| 600 | ** Show all MLINK table entries for a particular file, or for |
| 601 | ** a particular check-in. This screen is intended for use by developers |
| 602 | ** in debugging Fossil. |
| 603 | */ |
| 604 | void mlink_page(void){ |
| 605 | const char *zFName = P("name"); |
| 606 | const char *zCI = P("ci"); |
| 607 | Stmt q; |
| 608 |
| --- src/finfo.c | |
| +++ src/finfo.c | |
| @@ -596,12 +596,18 @@ | |
| 596 | ** WEBPAGE: mlink |
| 597 | ** URL: /mlink?name=FILENAME |
| 598 | ** URL: /mlink?ci=NAME |
| 599 | ** |
| 600 | ** Show all MLINK table entries for a particular file, or for |
| 601 | ** a particular check-in. |
| 602 | ** |
| 603 | ** This screen is intended for use by Fossil developers to help |
| 604 | ** in debugging Fossil itself. Ordinary Fossil users are not |
| 605 | ** expected to know what the MLINK table is or why it is important. |
| 606 | ** |
| 607 | ** To avoid confusing ordinary users, this page is only available |
| 608 | ** to adminstrators. |
| 609 | */ |
| 610 | void mlink_page(void){ |
| 611 | const char *zFName = P("name"); |
| 612 | const char *zCI = P("ci"); |
| 613 | Stmt q; |
| 614 |