Fossil SCM

Improved help message for the /mlink page

drh 2017-10-06 16:36 trunk
Commit bf94ffa00994355a83945ef8f9206993b84b59aa2e24cb41bfe8beb884450eb6
1 file changed +8 -2
+8 -2
--- src/finfo.c
+++ src/finfo.c
@@ -596,12 +596,18 @@
596596
** WEBPAGE: mlink
597597
** URL: /mlink?name=FILENAME
598598
** URL: /mlink?ci=NAME
599599
**
600600
** 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.
603609
*/
604610
void mlink_page(void){
605611
const char *zFName = P("name");
606612
const char *zCI = P("ci");
607613
Stmt q;
608614
--- 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

Keyboard Shortcuts

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