Fossil SCM
Updated push/pull command help to reflect that they also operate on forum content.
Commit
120f950026d5fc0995c98b6c549f621be78f7f857f2888c23433265b9184bfba
Parent
01d64d8c18b0d30…
1 file changed
+9
-7
+9
-7
| --- src/sync.c | ||
| +++ src/sync.c | ||
| @@ -200,13 +200,14 @@ | ||
| 200 | 200 | /* |
| 201 | 201 | ** COMMAND: pull |
| 202 | 202 | ** |
| 203 | 203 | ** Usage: %fossil pull ?URL? ?options? |
| 204 | 204 | ** |
| 205 | -** Pull all sharable changes from a remote repository into the local repository. | |
| 206 | -** Sharable changes include public check-ins, and wiki, ticket, and tech-note | |
| 207 | -** edits. Add the --private option to pull private branches. Use the | |
| 205 | +** Pull all sharable changes from a remote repository into the local | |
| 206 | +** repository. Sharable changes include public check-ins, edits to | |
| 207 | +** wiki pages, tickets, and tech-notes, as well as forum content. Add | |
| 208 | +** the --private option to pull private branches. Use the | |
| 208 | 209 | ** "configuration pull" command to pull website configuration details. |
| 209 | 210 | ** |
| 210 | 211 | ** If URL is not specified, then the URL from the most recent clone, push, |
| 211 | 212 | ** pull, remote-url, or sync command is used. See "fossil help clone" for |
| 212 | 213 | ** details on the URL formats. |
| @@ -246,14 +247,15 @@ | ||
| 246 | 247 | /* |
| 247 | 248 | ** COMMAND: push |
| 248 | 249 | ** |
| 249 | 250 | ** Usage: %fossil push ?URL? ?options? |
| 250 | 251 | ** |
| 251 | -** Push all sharable changes from the local repository to a remote repository. | |
| 252 | -** Sharable changes include public check-ins, and wiki, ticket, and tech-note | |
| 253 | -** edits. Use --private to also push private branches. Use the | |
| 254 | -** "configuration push" command to push website configuration details. | |
| 252 | +** Push all sharable changes from the local repository to a remote | |
| 253 | +** repository. Sharable changes include public check-ins, edits to | |
| 254 | +** wiki pages, tickets, and tech-notes, as well as forum content. Use | |
| 255 | +** --private to also push private branches. Use the "configuration | |
| 256 | +** push" command to push website configuration details. | |
| 255 | 257 | ** |
| 256 | 258 | ** If URL is not specified, then the URL from the most recent clone, push, |
| 257 | 259 | ** pull, remote-url, or sync command is used. See "fossil help clone" for |
| 258 | 260 | ** details on the URL formats. |
| 259 | 261 | ** |
| 260 | 262 |
| --- src/sync.c | |
| +++ src/sync.c | |
| @@ -200,13 +200,14 @@ | |
| 200 | /* |
| 201 | ** COMMAND: pull |
| 202 | ** |
| 203 | ** Usage: %fossil pull ?URL? ?options? |
| 204 | ** |
| 205 | ** Pull all sharable changes from a remote repository into the local repository. |
| 206 | ** Sharable changes include public check-ins, and wiki, ticket, and tech-note |
| 207 | ** edits. Add the --private option to pull private branches. Use the |
| 208 | ** "configuration pull" command to pull website configuration details. |
| 209 | ** |
| 210 | ** If URL is not specified, then the URL from the most recent clone, push, |
| 211 | ** pull, remote-url, or sync command is used. See "fossil help clone" for |
| 212 | ** details on the URL formats. |
| @@ -246,14 +247,15 @@ | |
| 246 | /* |
| 247 | ** COMMAND: push |
| 248 | ** |
| 249 | ** Usage: %fossil push ?URL? ?options? |
| 250 | ** |
| 251 | ** Push all sharable changes from the local repository to a remote repository. |
| 252 | ** Sharable changes include public check-ins, and wiki, ticket, and tech-note |
| 253 | ** edits. Use --private to also push private branches. Use the |
| 254 | ** "configuration push" command to push website configuration details. |
| 255 | ** |
| 256 | ** If URL is not specified, then the URL from the most recent clone, push, |
| 257 | ** pull, remote-url, or sync command is used. See "fossil help clone" for |
| 258 | ** details on the URL formats. |
| 259 | ** |
| 260 |
| --- src/sync.c | |
| +++ src/sync.c | |
| @@ -200,13 +200,14 @@ | |
| 200 | /* |
| 201 | ** COMMAND: pull |
| 202 | ** |
| 203 | ** Usage: %fossil pull ?URL? ?options? |
| 204 | ** |
| 205 | ** Pull all sharable changes from a remote repository into the local |
| 206 | ** repository. Sharable changes include public check-ins, edits to |
| 207 | ** wiki pages, tickets, and tech-notes, as well as forum content. Add |
| 208 | ** the --private option to pull private branches. Use the |
| 209 | ** "configuration pull" command to pull website configuration details. |
| 210 | ** |
| 211 | ** If URL is not specified, then the URL from the most recent clone, push, |
| 212 | ** pull, remote-url, or sync command is used. See "fossil help clone" for |
| 213 | ** details on the URL formats. |
| @@ -246,14 +247,15 @@ | |
| 247 | /* |
| 248 | ** COMMAND: push |
| 249 | ** |
| 250 | ** Usage: %fossil push ?URL? ?options? |
| 251 | ** |
| 252 | ** Push all sharable changes from the local repository to a remote |
| 253 | ** repository. Sharable changes include public check-ins, edits to |
| 254 | ** wiki pages, tickets, and tech-notes, as well as forum content. Use |
| 255 | ** --private to also push private branches. Use the "configuration |
| 256 | ** push" command to push website configuration details. |
| 257 | ** |
| 258 | ** If URL is not specified, then the URL from the most recent clone, push, |
| 259 | ** pull, remote-url, or sync command is used. See "fossil help clone" for |
| 260 | ** details on the URL formats. |
| 261 | ** |
| 262 |