Fossil SCM
Mention the "--proxy PROXY" option in the help text for all command that support it.
Commit
6d4cd32921494377cb00014a5502f358f466f761f8ffc4ec8f71a9b204e5ca5c
Parent
e28cc7373a6698f…
6 files changed
+1
+1
+2
+1
+2
+1
+1
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -2376,10 +2376,11 @@ | ||
| 2376 | 2376 | ** --no-verify Do not run before-commit hooks |
| 2377 | 2377 | ** --nosign Do not attempt to sign this commit with gpg |
| 2378 | 2378 | ** --nosync Do not auto-sync prior to committing |
| 2379 | 2379 | ** --override-lock Allow a check-in even though parent is locked |
| 2380 | 2380 | ** --private Do not sync changes and their descendants |
| 2381 | +** --proxy PROXY Use PROXY as http proxy during sync operation | |
| 2381 | 2382 | ** --tag TAG-NAME Assign given tag TAG-NAME to the check-in |
| 2382 | 2383 | ** --trace Debug tracing |
| 2383 | 2384 | ** --user-override USER USER to use instead of the current default |
| 2384 | 2385 | ** |
| 2385 | 2386 | ** DATETIME may be "now" or "YYYY-MM-DDTHH:MM:SS.SSS". If in |
| 2386 | 2387 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -2376,10 +2376,11 @@ | |
| 2376 | ** --no-verify Do not run before-commit hooks |
| 2377 | ** --nosign Do not attempt to sign this commit with gpg |
| 2378 | ** --nosync Do not auto-sync prior to committing |
| 2379 | ** --override-lock Allow a check-in even though parent is locked |
| 2380 | ** --private Do not sync changes and their descendants |
| 2381 | ** --tag TAG-NAME Assign given tag TAG-NAME to the check-in |
| 2382 | ** --trace Debug tracing |
| 2383 | ** --user-override USER USER to use instead of the current default |
| 2384 | ** |
| 2385 | ** DATETIME may be "now" or "YYYY-MM-DDTHH:MM:SS.SSS". If in |
| 2386 |
| --- src/checkin.c | |
| +++ src/checkin.c | |
| @@ -2376,10 +2376,11 @@ | |
| 2376 | ** --no-verify Do not run before-commit hooks |
| 2377 | ** --nosign Do not attempt to sign this commit with gpg |
| 2378 | ** --nosync Do not auto-sync prior to committing |
| 2379 | ** --override-lock Allow a check-in even though parent is locked |
| 2380 | ** --private Do not sync changes and their descendants |
| 2381 | ** --proxy PROXY Use PROXY as http proxy during sync operation |
| 2382 | ** --tag TAG-NAME Assign given tag TAG-NAME to the check-in |
| 2383 | ** --trace Debug tracing |
| 2384 | ** --user-override USER USER to use instead of the current default |
| 2385 | ** |
| 2386 | ** DATETIME may be "now" or "YYYY-MM-DDTHH:MM:SS.SSS". If in |
| 2387 |
+1
| --- src/clone.c | ||
| +++ src/clone.c | ||
| @@ -129,10 +129,11 @@ | ||
| 129 | 129 | ** check-out |
| 130 | 130 | ** --nocompress Omit extra delta compression |
| 131 | 131 | ** --no-open Clone only. Do not open a check-out. |
| 132 | 132 | ** --once Don't remember the URI. |
| 133 | 133 | ** --private Also clone private branches |
| 134 | +** --proxy PROXY Use the specified HTTP proxy | |
| 134 | 135 | ** --save-http-password Remember the HTTP password without asking |
| 135 | 136 | ** -c|--ssh-command SSH Use SSH as the "ssh" command |
| 136 | 137 | ** --ssl-identity FILENAME Use the SSL identity if requested by the server |
| 137 | 138 | ** --transport-command CMD Use CMD to move messages to the server and back |
| 138 | 139 | ** -u|--unversioned Also sync unversioned content |
| 139 | 140 |
| --- src/clone.c | |
| +++ src/clone.c | |
| @@ -129,10 +129,11 @@ | |
| 129 | ** check-out |
| 130 | ** --nocompress Omit extra delta compression |
| 131 | ** --no-open Clone only. Do not open a check-out. |
| 132 | ** --once Don't remember the URI. |
| 133 | ** --private Also clone private branches |
| 134 | ** --save-http-password Remember the HTTP password without asking |
| 135 | ** -c|--ssh-command SSH Use SSH as the "ssh" command |
| 136 | ** --ssl-identity FILENAME Use the SSL identity if requested by the server |
| 137 | ** --transport-command CMD Use CMD to move messages to the server and back |
| 138 | ** -u|--unversioned Also sync unversioned content |
| 139 |
| --- src/clone.c | |
| +++ src/clone.c | |
| @@ -129,10 +129,11 @@ | |
| 129 | ** check-out |
| 130 | ** --nocompress Omit extra delta compression |
| 131 | ** --no-open Clone only. Do not open a check-out. |
| 132 | ** --once Don't remember the URI. |
| 133 | ** --private Also clone private branches |
| 134 | ** --proxy PROXY Use the specified HTTP proxy |
| 135 | ** --save-http-password Remember the HTTP password without asking |
| 136 | ** -c|--ssh-command SSH Use SSH as the "ssh" command |
| 137 | ** --ssl-identity FILENAME Use the SSL identity if requested by the server |
| 138 | ** --transport-command CMD Use CMD to move messages to the server and back |
| 139 | ** -u|--unversioned Also sync unversioned content |
| 140 |
+2
| --- src/configure.c | ||
| +++ src/configure.c | ||
| @@ -817,10 +817,12 @@ | ||
| 817 | 817 | ** |
| 818 | 818 | ** Synchronize configuration changes in the local repository with |
| 819 | 819 | ** the remote repository at URL. |
| 820 | 820 | ** |
| 821 | 821 | ** Options: |
| 822 | +** --proxy PROXY Use PROXY as http proxy during sync operation | |
| 823 | +** (used by pull, push and sync subcommands) | |
| 822 | 824 | ** -R|--repository REPO Affect repository REPO with changes |
| 823 | 825 | ** |
| 824 | 826 | ** See also: [[settings]], [[unset]] |
| 825 | 827 | */ |
| 826 | 828 | void configuration_cmd(void){ |
| 827 | 829 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -817,10 +817,12 @@ | |
| 817 | ** |
| 818 | ** Synchronize configuration changes in the local repository with |
| 819 | ** the remote repository at URL. |
| 820 | ** |
| 821 | ** Options: |
| 822 | ** -R|--repository REPO Affect repository REPO with changes |
| 823 | ** |
| 824 | ** See also: [[settings]], [[unset]] |
| 825 | */ |
| 826 | void configuration_cmd(void){ |
| 827 |
| --- src/configure.c | |
| +++ src/configure.c | |
| @@ -817,10 +817,12 @@ | |
| 817 | ** |
| 818 | ** Synchronize configuration changes in the local repository with |
| 819 | ** the remote repository at URL. |
| 820 | ** |
| 821 | ** Options: |
| 822 | ** --proxy PROXY Use PROXY as http proxy during sync operation |
| 823 | ** (used by pull, push and sync subcommands) |
| 824 | ** -R|--repository REPO Affect repository REPO with changes |
| 825 | ** |
| 826 | ** See also: [[settings]], [[unset]] |
| 827 | */ |
| 828 | void configuration_cmd(void){ |
| 829 |
M
src/db.c
+1
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -4181,10 +4181,11 @@ | ||
| 4181 | 4181 | ** --force-missing Force opening a repository with missing content |
| 4182 | 4182 | ** -k|--keep Only modify the manifest file(s) |
| 4183 | 4183 | ** --nested Allow opening a repository inside an opened check-out |
| 4184 | 4184 | ** --nosync Do not auto-sync the repository prior to opening even |
| 4185 | 4185 | ** if the autosync setting is on. |
| 4186 | +** --proxy PROXY Use PROXY as http proxy during sync operation | |
| 4186 | 4187 | ** --repodir DIR If REPOSITORY is a URI that will be cloned, store |
| 4187 | 4188 | ** the clone in DIR rather than in "." |
| 4188 | 4189 | ** --setmtime Set timestamps of all files to match their SCM-side |
| 4189 | 4190 | ** times (the timestamp of the last check-in which modified |
| 4190 | 4191 | ** them). |
| 4191 | 4192 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -4181,10 +4181,11 @@ | |
| 4181 | ** --force-missing Force opening a repository with missing content |
| 4182 | ** -k|--keep Only modify the manifest file(s) |
| 4183 | ** --nested Allow opening a repository inside an opened check-out |
| 4184 | ** --nosync Do not auto-sync the repository prior to opening even |
| 4185 | ** if the autosync setting is on. |
| 4186 | ** --repodir DIR If REPOSITORY is a URI that will be cloned, store |
| 4187 | ** the clone in DIR rather than in "." |
| 4188 | ** --setmtime Set timestamps of all files to match their SCM-side |
| 4189 | ** times (the timestamp of the last check-in which modified |
| 4190 | ** them). |
| 4191 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -4181,10 +4181,11 @@ | |
| 4181 | ** --force-missing Force opening a repository with missing content |
| 4182 | ** -k|--keep Only modify the manifest file(s) |
| 4183 | ** --nested Allow opening a repository inside an opened check-out |
| 4184 | ** --nosync Do not auto-sync the repository prior to opening even |
| 4185 | ** if the autosync setting is on. |
| 4186 | ** --proxy PROXY Use PROXY as http proxy during sync operation |
| 4187 | ** --repodir DIR If REPOSITORY is a URI that will be cloned, store |
| 4188 | ** the clone in DIR rather than in "." |
| 4189 | ** --setmtime Set timestamps of all files to match their SCM-side |
| 4190 | ** times (the timestamp of the last check-in which modified |
| 4191 | ** them). |
| 4192 |
+2
| --- src/unversioned.c | ||
| +++ src/unversioned.c | ||
| @@ -266,10 +266,11 @@ | ||
| 266 | 266 | ** URL. |
| 267 | 267 | ** |
| 268 | 268 | ** Options: |
| 269 | 269 | ** -v|--verbose Extra diagnostic output |
| 270 | 270 | ** -n|--dry-run Show what would have happened |
| 271 | +** --proxy PROXY Use the specified HTTP proxy | |
| 271 | 272 | ** |
| 272 | 273 | ** remove|rm|delete FILE ... |
| 273 | 274 | ** Remove unversioned files from the local repository. |
| 274 | 275 | ** Changes are not pushed to other repositories until |
| 275 | 276 | ** the next sync. |
| @@ -285,10 +286,11 @@ | ||
| 285 | 286 | ** The remote account requires the 'y' capability. |
| 286 | 287 | ** |
| 287 | 288 | ** Options: |
| 288 | 289 | ** -v|--verbose Extra diagnostic output |
| 289 | 290 | ** -n|--dry-run Show what would have happened |
| 291 | +** --proxy PROXY Use the specified HTTP proxy | |
| 290 | 292 | ** |
| 291 | 293 | ** touch FILE ... Update the TIMESTAMP on all of the listed files |
| 292 | 294 | ** |
| 293 | 295 | ** Options: |
| 294 | 296 | ** --mtime TIMESTAMP Use TIMESTAMP instead of "now" for the "add", |
| 295 | 297 |
| --- src/unversioned.c | |
| +++ src/unversioned.c | |
| @@ -266,10 +266,11 @@ | |
| 266 | ** URL. |
| 267 | ** |
| 268 | ** Options: |
| 269 | ** -v|--verbose Extra diagnostic output |
| 270 | ** -n|--dry-run Show what would have happened |
| 271 | ** |
| 272 | ** remove|rm|delete FILE ... |
| 273 | ** Remove unversioned files from the local repository. |
| 274 | ** Changes are not pushed to other repositories until |
| 275 | ** the next sync. |
| @@ -285,10 +286,11 @@ | |
| 285 | ** The remote account requires the 'y' capability. |
| 286 | ** |
| 287 | ** Options: |
| 288 | ** -v|--verbose Extra diagnostic output |
| 289 | ** -n|--dry-run Show what would have happened |
| 290 | ** |
| 291 | ** touch FILE ... Update the TIMESTAMP on all of the listed files |
| 292 | ** |
| 293 | ** Options: |
| 294 | ** --mtime TIMESTAMP Use TIMESTAMP instead of "now" for the "add", |
| 295 |
| --- src/unversioned.c | |
| +++ src/unversioned.c | |
| @@ -266,10 +266,11 @@ | |
| 266 | ** URL. |
| 267 | ** |
| 268 | ** Options: |
| 269 | ** -v|--verbose Extra diagnostic output |
| 270 | ** -n|--dry-run Show what would have happened |
| 271 | ** --proxy PROXY Use the specified HTTP proxy |
| 272 | ** |
| 273 | ** remove|rm|delete FILE ... |
| 274 | ** Remove unversioned files from the local repository. |
| 275 | ** Changes are not pushed to other repositories until |
| 276 | ** the next sync. |
| @@ -285,10 +286,11 @@ | |
| 286 | ** The remote account requires the 'y' capability. |
| 287 | ** |
| 288 | ** Options: |
| 289 | ** -v|--verbose Extra diagnostic output |
| 290 | ** -n|--dry-run Show what would have happened |
| 291 | ** --proxy PROXY Use the specified HTTP proxy |
| 292 | ** |
| 293 | ** touch FILE ... Update the TIMESTAMP on all of the listed files |
| 294 | ** |
| 295 | ** Options: |
| 296 | ** --mtime TIMESTAMP Use TIMESTAMP instead of "now" for the "add", |
| 297 |
+1
| --- src/update.c | ||
| +++ src/update.c | ||
| @@ -101,10 +101,11 @@ | ||
| 101 | 101 | ** used for merging, named *-baseline, *-original, |
| 102 | 102 | ** and *-merge. |
| 103 | 103 | ** --latest Acceptable in place of VERSION, update to |
| 104 | 104 | ** latest version |
| 105 | 105 | ** --nosync Do not auto-sync prior to update |
| 106 | +** --proxy PROXY Use PROXY as http proxy during sync operation | |
| 106 | 107 | ** --setmtime Set timestamps of all files to match their |
| 107 | 108 | ** SCM-side times (the timestamp of the last |
| 108 | 109 | ** check-in which modified them). |
| 109 | 110 | ** -v|--verbose Print status information about all files |
| 110 | 111 | ** -W|--width WIDTH Width of lines (default is to auto-detect). |
| 111 | 112 |
| --- src/update.c | |
| +++ src/update.c | |
| @@ -101,10 +101,11 @@ | |
| 101 | ** used for merging, named *-baseline, *-original, |
| 102 | ** and *-merge. |
| 103 | ** --latest Acceptable in place of VERSION, update to |
| 104 | ** latest version |
| 105 | ** --nosync Do not auto-sync prior to update |
| 106 | ** --setmtime Set timestamps of all files to match their |
| 107 | ** SCM-side times (the timestamp of the last |
| 108 | ** check-in which modified them). |
| 109 | ** -v|--verbose Print status information about all files |
| 110 | ** -W|--width WIDTH Width of lines (default is to auto-detect). |
| 111 |
| --- src/update.c | |
| +++ src/update.c | |
| @@ -101,10 +101,11 @@ | |
| 101 | ** used for merging, named *-baseline, *-original, |
| 102 | ** and *-merge. |
| 103 | ** --latest Acceptable in place of VERSION, update to |
| 104 | ** latest version |
| 105 | ** --nosync Do not auto-sync prior to update |
| 106 | ** --proxy PROXY Use PROXY as http proxy during sync operation |
| 107 | ** --setmtime Set timestamps of all files to match their |
| 108 | ** SCM-side times (the timestamp of the last |
| 109 | ** check-in which modified them). |
| 110 | ** -v|--verbose Print status information about all files |
| 111 | ** -W|--width WIDTH Width of lines (default is to auto-detect). |
| 112 |