Fossil SCM
Update the "sync" command documentation to point out that it also syncs forum posts.
Commit
5289bf4a315c2148df52efc01496cf9eba6538c36d5d6eb49f95f3eda83bcbe4
Parent
eeb2852ea838a3b…
1 file changed
+3
-3
+3
-3
| --- src/sync.c | ||
| +++ src/sync.c | ||
| @@ -192,11 +192,11 @@ | ||
| 192 | 192 | ** |
| 193 | 193 | ** Usage: %fossil pull ?URL? ?options? |
| 194 | 194 | ** |
| 195 | 195 | ** Pull all sharable changes from a remote repository into the local |
| 196 | 196 | ** repository. Sharable changes include public check-ins, edits to |
| 197 | -** wiki pages, tickets, and tech-notes, as well as forum content. Add | |
| 197 | +** wiki pages, tickets, tech-notes, and forum posts. Add | |
| 198 | 198 | ** the --private option to pull private branches. Use the |
| 199 | 199 | ** "configuration pull" command to pull website configuration details. |
| 200 | 200 | ** |
| 201 | 201 | ** If URL is not specified, then the URL from the most recent clone, push, |
| 202 | 202 | ** pull, remote, or sync command is used. See "fossil help clone" for |
| @@ -243,11 +243,11 @@ | ||
| 243 | 243 | ** |
| 244 | 244 | ** Usage: %fossil push ?URL? ?options? |
| 245 | 245 | ** |
| 246 | 246 | ** Push all sharable changes from the local repository to a remote |
| 247 | 247 | ** repository. Sharable changes include public check-ins, edits to |
| 248 | -** wiki pages, tickets, and tech-notes, as well as forum content. Use | |
| 248 | +** wiki pages, tickets, tech-notes, and forum posts. Use | |
| 249 | 249 | ** --private to also push private branches. Use the "configuration |
| 250 | 250 | ** push" command to push website configuration details. |
| 251 | 251 | ** |
| 252 | 252 | ** If URL is not specified, then the URL from the most recent clone, push, |
| 253 | 253 | ** pull, remote, or sync command is used. See "fossil help clone" for |
| @@ -290,11 +290,11 @@ | ||
| 290 | 290 | ** |
| 291 | 291 | ** Usage: %fossil sync ?URL? ?options? |
| 292 | 292 | ** |
| 293 | 293 | ** Synchronize all sharable changes between the local repository and a |
| 294 | 294 | ** remote repository. Sharable changes include public check-ins and |
| 295 | -** edits to wiki pages, tickets, and technical notes. | |
| 295 | +** edits to wiki pages, tickets, forum posts, and technical notes. | |
| 296 | 296 | ** |
| 297 | 297 | ** If URL is not specified, then the URL from the most recent clone, push, |
| 298 | 298 | ** pull, remote, or sync command is used. See "fossil help clone" for |
| 299 | 299 | ** details on the URL formats. |
| 300 | 300 | ** |
| 301 | 301 |
| --- src/sync.c | |
| +++ src/sync.c | |
| @@ -192,11 +192,11 @@ | |
| 192 | ** |
| 193 | ** Usage: %fossil pull ?URL? ?options? |
| 194 | ** |
| 195 | ** Pull all sharable changes from a remote repository into the local |
| 196 | ** repository. Sharable changes include public check-ins, edits to |
| 197 | ** wiki pages, tickets, and tech-notes, as well as forum content. Add |
| 198 | ** the --private option to pull private branches. Use the |
| 199 | ** "configuration pull" command to pull website configuration details. |
| 200 | ** |
| 201 | ** If URL is not specified, then the URL from the most recent clone, push, |
| 202 | ** pull, remote, or sync command is used. See "fossil help clone" for |
| @@ -243,11 +243,11 @@ | |
| 243 | ** |
| 244 | ** Usage: %fossil push ?URL? ?options? |
| 245 | ** |
| 246 | ** Push all sharable changes from the local repository to a remote |
| 247 | ** repository. Sharable changes include public check-ins, edits to |
| 248 | ** wiki pages, tickets, and tech-notes, as well as forum content. Use |
| 249 | ** --private to also push private branches. Use the "configuration |
| 250 | ** push" command to push website configuration details. |
| 251 | ** |
| 252 | ** If URL is not specified, then the URL from the most recent clone, push, |
| 253 | ** pull, remote, or sync command is used. See "fossil help clone" for |
| @@ -290,11 +290,11 @@ | |
| 290 | ** |
| 291 | ** Usage: %fossil sync ?URL? ?options? |
| 292 | ** |
| 293 | ** Synchronize all sharable changes between the local repository and a |
| 294 | ** remote repository. Sharable changes include public check-ins and |
| 295 | ** edits to wiki pages, tickets, and technical notes. |
| 296 | ** |
| 297 | ** If URL is not specified, then the URL from the most recent clone, push, |
| 298 | ** pull, remote, or sync command is used. See "fossil help clone" for |
| 299 | ** details on the URL formats. |
| 300 | ** |
| 301 |
| --- src/sync.c | |
| +++ src/sync.c | |
| @@ -192,11 +192,11 @@ | |
| 192 | ** |
| 193 | ** Usage: %fossil pull ?URL? ?options? |
| 194 | ** |
| 195 | ** Pull all sharable changes from a remote repository into the local |
| 196 | ** repository. Sharable changes include public check-ins, edits to |
| 197 | ** wiki pages, tickets, tech-notes, and forum posts. Add |
| 198 | ** the --private option to pull private branches. Use the |
| 199 | ** "configuration pull" command to pull website configuration details. |
| 200 | ** |
| 201 | ** If URL is not specified, then the URL from the most recent clone, push, |
| 202 | ** pull, remote, or sync command is used. See "fossil help clone" for |
| @@ -243,11 +243,11 @@ | |
| 243 | ** |
| 244 | ** Usage: %fossil push ?URL? ?options? |
| 245 | ** |
| 246 | ** Push all sharable changes from the local repository to a remote |
| 247 | ** repository. Sharable changes include public check-ins, edits to |
| 248 | ** wiki pages, tickets, tech-notes, and forum posts. Use |
| 249 | ** --private to also push private branches. Use the "configuration |
| 250 | ** push" command to push website configuration details. |
| 251 | ** |
| 252 | ** If URL is not specified, then the URL from the most recent clone, push, |
| 253 | ** pull, remote, or sync command is used. See "fossil help clone" for |
| @@ -290,11 +290,11 @@ | |
| 290 | ** |
| 291 | ** Usage: %fossil sync ?URL? ?options? |
| 292 | ** |
| 293 | ** Synchronize all sharable changes between the local repository and a |
| 294 | ** remote repository. Sharable changes include public check-ins and |
| 295 | ** edits to wiki pages, tickets, forum posts, and technical notes. |
| 296 | ** |
| 297 | ** If URL is not specified, then the URL from the most recent clone, push, |
| 298 | ** pull, remote, or sync command is used. See "fossil help clone" for |
| 299 | ** details on the URL formats. |
| 300 | ** |
| 301 |