132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
|
**
** ui Run the "ui" command on all repositories. Like "server"
** but bind to the loopback TCP address only, enable
** the --localauth option and automatically launch a
** web-browser
**
** whatis Run the "whatis" command on all repositories. Only
** show output for repositories that have a match.
**
**
** In addition, the following maintenance operations are supported:
**
** add Add all the repositories named to the set of repositories
** tracked by Fossil. Normally Fossil is able to keep up with
** this list by itself, but sometimes it can benefit from this
|
|
|
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
|
**
** ui Run the "ui" command on all repositories. Like "server"
** but bind to the loopback TCP address only, enable
** the --localauth option and automatically launch a
** web-browser
**
** whatis Run the "whatis" command on all repositories. Only
** show output for repositories that have a match.
**
**
** In addition, the following maintenance operations are supported:
**
** add Add all the repositories named to the set of repositories
** tracked by Fossil. Normally Fossil is able to keep up with
** this list by itself, but sometimes it can benefit from this
|