Fossil SCM
Removed some very old TODO comments (from me) which just clutter up the wiki help text.
Commit
f1c56bd31d0dfcd4df682ff11e24a868e8598ab6
Parent
34fcb9634e54a91…
1 file changed
-20
-20
| --- src/wiki.c | ||
| +++ src/wiki.c | ||
| @@ -915,30 +915,10 @@ | ||
| 915 | 915 | ** %fossil wiki list |
| 916 | 916 | ** |
| 917 | 917 | ** Lists all wiki entries, one per line, ordered |
| 918 | 918 | ** case-insentively by name. |
| 919 | 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 | 920 | */ |
| 941 | 921 | void wiki_cmd(void){ |
| 942 | 922 | int n; |
| 943 | 923 | db_find_and_open_repository(0, 0); |
| 944 | 924 | if( g.argc<3 ){ |
| 945 | 925 |
| --- 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 |