126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
|
**
** rebuild Rebuild on all repositories. The command line options
** supported by the rebuild command itself, if any are
** present, are passed along verbatim. The --force and
** --randomize options are not supported.
**
** sync Run a "sync" on all repositories. Only the --verbose
** option is supported.
**
** setting Run the "setting", "set", or "unset" commands on all
** set repositories. These command are particularly useful in
** unset conjunction with the "max-loadavg" setting which cannot
** otherwise be set globally.
**
** server Run the "ui" or "server" commands on all repositories.
|
|
|
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
|
**
** rebuild Rebuild on all repositories. The command line options
** supported by the rebuild command itself, if any are
** present, are passed along verbatim. The --force and
** --randomize options are not supported.
**
** sync Run a "sync" on all repositories. Only the --verbose
** and --unversioned options are supported.
**
** setting Run the "setting", "set", or "unset" commands on all
** set repositories. These command are particularly useful in
** unset conjunction with the "max-loadavg" setting which cannot
** otherwise be set globally.
**
** server Run the "ui" or "server" commands on all repositories.
|