Fossil SCM
typo
Commit
3947457b62aa1781c6aba56a22a8669e5807cf77
Parent
0b51238612ba697…
1 file changed
+1
-1
+1
-1
| --- www/adding_code.wiki | ||
| +++ www/adding_code.wiki | ||
| @@ -153,11 +153,11 @@ | ||
| 153 | 153 | the output text, if desired. But "fossil_print()" is recommended as |
| 154 | 154 | it has extra logic to insert \r characters at the right times on |
| 155 | 155 | windows systems. |
| 156 | 156 | |
| 157 | 157 | Once you have the command running, you can then start adding code to |
| 158 | -make it do useful things. There are logs of utility functions in | |
| 158 | +make it do useful things. There are lots of utility functions in | |
| 159 | 159 | Fossil for parsing command-line options and for |
| 160 | 160 | opening and accessing and manipulating the repository and |
| 161 | 161 | the working check-out. Study at the implementations of existing commands |
| 162 | 162 | to get an idea of how things are done. You can easily find the implementations |
| 163 | 163 | of existing commands by searching for "COMMAND: <i>name</i>" in the |
| 164 | 164 |
| --- www/adding_code.wiki | |
| +++ www/adding_code.wiki | |
| @@ -153,11 +153,11 @@ | |
| 153 | the output text, if desired. But "fossil_print()" is recommended as |
| 154 | it has extra logic to insert \r characters at the right times on |
| 155 | windows systems. |
| 156 | |
| 157 | Once you have the command running, you can then start adding code to |
| 158 | make it do useful things. There are logs of utility functions in |
| 159 | Fossil for parsing command-line options and for |
| 160 | opening and accessing and manipulating the repository and |
| 161 | the working check-out. Study at the implementations of existing commands |
| 162 | to get an idea of how things are done. You can easily find the implementations |
| 163 | of existing commands by searching for "COMMAND: <i>name</i>" in the |
| 164 |
| --- www/adding_code.wiki | |
| +++ www/adding_code.wiki | |
| @@ -153,11 +153,11 @@ | |
| 153 | the output text, if desired. But "fossil_print()" is recommended as |
| 154 | it has extra logic to insert \r characters at the right times on |
| 155 | windows systems. |
| 156 | |
| 157 | Once you have the command running, you can then start adding code to |
| 158 | make it do useful things. There are lots of utility functions in |
| 159 | Fossil for parsing command-line options and for |
| 160 | opening and accessing and manipulating the repository and |
| 161 | the working check-out. Study at the implementations of existing commands |
| 162 | to get an idea of how things are done. You can easily find the implementations |
| 163 | of existing commands by searching for "COMMAND: <i>name</i>" in the |
| 164 |