Fossil SCM

added some help docs + TODO

stephan 2008-05-14 23:01 trunk
Commit cf5bbd92a2f5f0585c118b20fdb2eeb6c160581e
1 file changed +6 -4
+6 -4
--- src/wiki.c
+++ src/wiki.c
@@ -612,17 +612,19 @@
612612
** Sends the latest version of the WikiName wiki
613613
** entry to stdout.
614614
**
615615
** %fossil wiki list
616616
**
617
-** Lists all wiki entries, one per line.
618
-**
617
+** Lists all wiki entries, one per line, ordered
618
+** case-insentively by name.
619619
**
620620
** TODOs:
621621
**
622
-** %fossil export WikiName ?UUID? ?-f outfile?
623
-** %fossil commit WikiName ?-f infile?
622
+** %fossil export ?UUID? ?-f outfile[=stdout]? WikiName
623
+** %fossil delete ?-m MESSAGE? WikiName (can we have a commit message for a wiki page?)
624
+** %fossil commit ?-f infile[=stdin]? WikiName
625
+** Commit should create a new entry if one doesn't exist.
624626
*/
625627
void wiki_cmd(void){
626628
int n;
627629
db_find_and_open_repository(1);
628630
if( g.argc<3 ){
629631
--- src/wiki.c
+++ src/wiki.c
@@ -612,17 +612,19 @@
612 ** Sends the latest version of the WikiName wiki
613 ** entry to stdout.
614 **
615 ** %fossil wiki list
616 **
617 ** Lists all wiki entries, one per line.
618 **
619 **
620 ** TODOs:
621 **
622 ** %fossil export WikiName ?UUID? ?-f outfile?
623 ** %fossil commit WikiName ?-f infile?
 
 
624 */
625 void wiki_cmd(void){
626 int n;
627 db_find_and_open_repository(1);
628 if( g.argc<3 ){
629
--- src/wiki.c
+++ src/wiki.c
@@ -612,17 +612,19 @@
612 ** Sends the latest version of the WikiName wiki
613 ** entry to stdout.
614 **
615 ** %fossil wiki list
616 **
617 ** Lists all wiki entries, one per line, ordered
618 ** case-insentively by name.
619 **
620 ** TODOs:
621 **
622 ** %fossil export ?UUID? ?-f outfile[=stdout]? WikiName
623 ** %fossil delete ?-m MESSAGE? WikiName (can we have a commit message for a wiki page?)
624 ** %fossil commit ?-f infile[=stdin]? WikiName
625 ** Commit should create a new entry if one doesn't exist.
626 */
627 void wiki_cmd(void){
628 int n;
629 db_find_and_open_repository(1);
630 if( g.argc<3 ){
631

Keyboard Shortcuts

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