Fossil SCM

Improve the help message for the bloblist web page.

drh 2014-12-11 12:53 trunk
Commit 3e3bb5f71a61fa4881d5293b6923c26d8bc089df
1 file changed +5 -2
+5 -2
--- src/name.c
+++ src/name.c
@@ -969,13 +969,16 @@
969969
}
970970
971971
/*
972972
** WEBPAGE: bloblist
973973
**
974
-** Return a page showing all artifacts in the repository
974
+** Return a page showing all artifacts in the repository. Query parameters:
975
+**
976
+** n=N Show N artifacts
977
+** s=S Start with artifact number S
975978
*/
976
-void test_describe_artifacts_page(void){
979
+void bloblist_page(void){
977980
Stmt q;
978981
int s = atoi(PD("s","0"));
979982
int n = atoi(PD("n","5000"));
980983
int mx = db_int(0, "SELECT max(rid) FROM blob");
981984
char *zRange;
982985
--- src/name.c
+++ src/name.c
@@ -969,13 +969,16 @@
969 }
970
971 /*
972 ** WEBPAGE: bloblist
973 **
974 ** Return a page showing all artifacts in the repository
 
 
 
975 */
976 void test_describe_artifacts_page(void){
977 Stmt q;
978 int s = atoi(PD("s","0"));
979 int n = atoi(PD("n","5000"));
980 int mx = db_int(0, "SELECT max(rid) FROM blob");
981 char *zRange;
982
--- src/name.c
+++ src/name.c
@@ -969,13 +969,16 @@
969 }
970
971 /*
972 ** WEBPAGE: bloblist
973 **
974 ** Return a page showing all artifacts in the repository. Query parameters:
975 **
976 ** n=N Show N artifacts
977 ** s=S Start with artifact number S
978 */
979 void bloblist_page(void){
980 Stmt q;
981 int s = atoi(PD("s","0"));
982 int n = atoi(PD("n","5000"));
983 int mx = db_int(0, "SELECT max(rid) FROM blob");
984 char *zRange;
985

Keyboard Shortcuts

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