114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
|
-
-
-
-
+
+
+
+
|
** remote Show remote hosts for all repositories.
**
** repack Look for extra compression in all repositories.
**
** sync Run a "sync" on all repositories. Only the --verbose
** and --unversioned and --share-links options are supported.
**
** set Run the "setting" or "set" commands on all
** repositories. These command are particularly useful in
** conjunction with the "max-loadavg" setting which cannot
** otherwise be set globally.
** set Run the "setting" or "set" commands on all repositories.
** This command is useful for settings like "max-loadavg" which
** you usually want to be the same across all repositories
** on a server.
**
** unset Run the "unset" command on all repositories
**
** server Run the "server" commands on all repositories.
** The root URI gives a listing of all repos.
**
** ui Run the "ui" command on all repositories. Like "server"
|