Fossil SCM

Removed some very old TODO comments (from me) which just clutter up the wiki help text.

stephan 2012-08-31 08:58 trunk
Commit f1c56bd31d0dfcd4df682ff11e24a868e8598ab6
1 file changed -20
-20
--- src/wiki.c
+++ src/wiki.c
@@ -915,30 +915,10 @@
915915
** %fossil wiki list
916916
**
917917
** Lists all wiki entries, one per line, ordered
918918
** case-insentively by name.
919919
**
920
-** TODOs:
921
-**
922
-** %fossil wiki export ?-u ARTIFACT? WikiName ?FILE?
923
-**
924
-** Outputs the selected version of WikiName.
925
-**
926
-** %fossil wiki delete ?-m MESSAGE? WikiName
927
-**
928
-** The same as deleting a file entry, but i don't know if fossil
929
-** supports a commit message for Wiki entries.
930
-**
931
-** %fossil wiki ?-u? ?-d? ?-s=[|]? list
932
-**
933
-** Lists the artifact ID and/or Date of last change along with
934
-** each entry name, delimited by the -s char.
935
-**
936
-** %fossil wiki diff ?ARTIFACT? ?-f infile[=stdin]? EntryName
937
-**
938
-** Diffs the local copy of a page with a given version (defaulting
939
-** to the head version).
940920
*/
941921
void wiki_cmd(void){
942922
int n;
943923
db_find_and_open_repository(0, 0);
944924
if( g.argc<3 ){
945925
--- src/wiki.c
+++ src/wiki.c
@@ -915,30 +915,10 @@
915 ** %fossil wiki list
916 **
917 ** Lists all wiki entries, one per line, ordered
918 ** case-insentively by name.
919 **
920 ** TODOs:
921 **
922 ** %fossil wiki export ?-u ARTIFACT? WikiName ?FILE?
923 **
924 ** Outputs the selected version of WikiName.
925 **
926 ** %fossil wiki delete ?-m MESSAGE? WikiName
927 **
928 ** The same as deleting a file entry, but i don't know if fossil
929 ** supports a commit message for Wiki entries.
930 **
931 ** %fossil wiki ?-u? ?-d? ?-s=[|]? list
932 **
933 ** Lists the artifact ID and/or Date of last change along with
934 ** each entry name, delimited by the -s char.
935 **
936 ** %fossil wiki diff ?ARTIFACT? ?-f infile[=stdin]? EntryName
937 **
938 ** Diffs the local copy of a page with a given version (defaulting
939 ** to the head version).
940 */
941 void wiki_cmd(void){
942 int n;
943 db_find_and_open_repository(0, 0);
944 if( g.argc<3 ){
945
--- src/wiki.c
+++ src/wiki.c
@@ -915,30 +915,10 @@
915 ** %fossil wiki list
916 **
917 ** Lists all wiki entries, one per line, ordered
918 ** case-insentively by name.
919 **
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
920 */
921 void wiki_cmd(void){
922 int n;
923 db_find_and_open_repository(0, 0);
924 if( g.argc<3 ){
925

Keyboard Shortcuts

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