Fossil SCM
Fix typos in and otherwise improved the docs for the "fossil all set" command.
Commit
67094bc2992b77630755eba7315c1acf71f64d51ebc009ec13fcad696e88d081
Parent
db6674638ae60a5…
1 file changed
+4
-4
+4
-4
| --- src/allrepo.c | ||
| +++ src/allrepo.c | ||
| @@ -116,14 +116,14 @@ | ||
| 116 | 116 | ** repack Look for extra compression in all repositories. |
| 117 | 117 | ** |
| 118 | 118 | ** sync Run a "sync" on all repositories. Only the --verbose |
| 119 | 119 | ** and --unversioned and --share-links options are supported. |
| 120 | 120 | ** |
| 121 | -** set Run the "setting" or "set" commands on all | |
| 122 | -** repositories. These command are particularly useful in | |
| 123 | -** conjunction with the "max-loadavg" setting which cannot | |
| 124 | -** otherwise be set globally. | |
| 121 | +** set Run the "setting" or "set" commands on all repositories. | |
| 122 | +** This command is useful for settings like "max-loadavg" which | |
| 123 | +** you usually want to be the same across all repositories | |
| 124 | +** on a server. | |
| 125 | 125 | ** |
| 126 | 126 | ** unset Run the "unset" command on all repositories |
| 127 | 127 | ** |
| 128 | 128 | ** server Run the "server" commands on all repositories. |
| 129 | 129 | ** The root URI gives a listing of all repos. |
| 130 | 130 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -116,14 +116,14 @@ | |
| 116 | ** repack Look for extra compression in all repositories. |
| 117 | ** |
| 118 | ** sync Run a "sync" on all repositories. Only the --verbose |
| 119 | ** and --unversioned and --share-links options are supported. |
| 120 | ** |
| 121 | ** set Run the "setting" or "set" commands on all |
| 122 | ** repositories. These command are particularly useful in |
| 123 | ** conjunction with the "max-loadavg" setting which cannot |
| 124 | ** otherwise be set globally. |
| 125 | ** |
| 126 | ** unset Run the "unset" command on all repositories |
| 127 | ** |
| 128 | ** server Run the "server" commands on all repositories. |
| 129 | ** The root URI gives a listing of all repos. |
| 130 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -116,14 +116,14 @@ | |
| 116 | ** repack Look for extra compression in all repositories. |
| 117 | ** |
| 118 | ** sync Run a "sync" on all repositories. Only the --verbose |
| 119 | ** and --unversioned and --share-links options are supported. |
| 120 | ** |
| 121 | ** set Run the "setting" or "set" commands on all repositories. |
| 122 | ** This command is useful for settings like "max-loadavg" which |
| 123 | ** you usually want to be the same across all repositories |
| 124 | ** on a server. |
| 125 | ** |
| 126 | ** unset Run the "unset" command on all repositories |
| 127 | ** |
| 128 | ** server Run the "server" commands on all repositories. |
| 129 | ** The root URI gives a listing of all repos. |
| 130 |