Fossil SCM

More help text consistency tweaks from forum discussion [forum:8c644048f0]: --repository REPO.

stephan 2021-03-11 15:40 trunk
Commit 2f7c93f49c0e3dd415b55f1bfe595702ce0926155df1b2640b795c2306e05faf
+1 -1
--- src/branch.c
+++ src/branch.c
@@ -384,11 +384,11 @@
384384
** from UTC as "-HH:MM" (westward) or "+HH:MM" (eastward).
385385
** Either no timezone suffix or "Z" means UTC.
386386
**
387387
** Options valid for all subcommands:
388388
**
389
-** -R|--repository FILE Run commands on repository FILE
389
+** -R|--repository REPO Run commands on repository FILE
390390
*/
391391
void branch_cmd(void){
392392
int n;
393393
const char *zCmd = "list";
394394
db_find_and_open_repository(0, 0);
395395
--- src/branch.c
+++ src/branch.c
@@ -384,11 +384,11 @@
384 ** from UTC as "-HH:MM" (westward) or "+HH:MM" (eastward).
385 ** Either no timezone suffix or "Z" means UTC.
386 **
387 ** Options valid for all subcommands:
388 **
389 ** -R|--repository FILE Run commands on repository FILE
390 */
391 void branch_cmd(void){
392 int n;
393 const char *zCmd = "list";
394 db_find_and_open_repository(0, 0);
395
--- src/branch.c
+++ src/branch.c
@@ -384,11 +384,11 @@
384 ** from UTC as "-HH:MM" (westward) or "+HH:MM" (eastward).
385 ** Either no timezone suffix or "Z" means UTC.
386 **
387 ** Options valid for all subcommands:
388 **
389 ** -R|--repository REPO Run commands on repository FILE
390 */
391 void branch_cmd(void){
392 int n;
393 const char *zCmd = "list";
394 db_find_and_open_repository(0, 0);
395
+1 -1
--- src/checkin.c
+++ src/checkin.c
@@ -677,11 +677,11 @@
677677
** Options:
678678
** --age Show when each file was committed.
679679
** -v|--verbose Provide extra information about each file.
680680
** -t Sort output in time order.
681681
** -r VERSION The specific check-in to list.
682
-** -R|--repository FILE Extract info from repository FILE.
682
+** -R|--repository REPO Extract info from repository FILE.
683683
** --hash With -v, verify file status using hashing
684684
** rather than relying on file sizes and mtimes.
685685
**
686686
** See also: [[changes]], [[extras]], [[status]]
687687
*/
688688
--- src/checkin.c
+++ src/checkin.c
@@ -677,11 +677,11 @@
677 ** Options:
678 ** --age Show when each file was committed.
679 ** -v|--verbose Provide extra information about each file.
680 ** -t Sort output in time order.
681 ** -r VERSION The specific check-in to list.
682 ** -R|--repository FILE Extract info from repository FILE.
683 ** --hash With -v, verify file status using hashing
684 ** rather than relying on file sizes and mtimes.
685 **
686 ** See also: [[changes]], [[extras]], [[status]]
687 */
688
--- src/checkin.c
+++ src/checkin.c
@@ -677,11 +677,11 @@
677 ** Options:
678 ** --age Show when each file was committed.
679 ** -v|--verbose Provide extra information about each file.
680 ** -t Sort output in time order.
681 ** -r VERSION The specific check-in to list.
682 ** -R|--repository REPO Extract info from repository FILE.
683 ** --hash With -v, verify file status using hashing
684 ** rather than relying on file sizes and mtimes.
685 **
686 ** See also: [[changes]], [[extras]], [[status]]
687 */
688
+1 -1
--- src/configure.c
+++ src/configure.c
@@ -769,11 +769,11 @@
769769
**
770770
** Synchronize configuration changes in the local repository with
771771
** the remote repository at URL.
772772
**
773773
** Options:
774
-** -R|--repository FILE Extract info from repository FILE
774
+** -R|--repository REPO Extract info from repository FILE
775775
**
776776
** See also: [[settings]], [[unset]]
777777
*/
778778
void configuration_cmd(void){
779779
int n;
780780
--- src/configure.c
+++ src/configure.c
@@ -769,11 +769,11 @@
769 **
770 ** Synchronize configuration changes in the local repository with
771 ** the remote repository at URL.
772 **
773 ** Options:
774 ** -R|--repository FILE Extract info from repository FILE
775 **
776 ** See also: [[settings]], [[unset]]
777 */
778 void configuration_cmd(void){
779 int n;
780
--- src/configure.c
+++ src/configure.c
@@ -769,11 +769,11 @@
769 **
770 ** Synchronize configuration changes in the local repository with
771 ** the remote repository at URL.
772 **
773 ** Options:
774 ** -R|--repository REPO Extract info from repository FILE
775 **
776 ** See also: [[settings]], [[unset]]
777 */
778 void configuration_cmd(void){
779 int n;
780
+1 -1
--- src/content.c
+++ src/content.c
@@ -324,11 +324,11 @@
324324
** Extract an artifact by its artifact hash and write the results on
325325
** standard output, or if the optional 4th argument is given, in
326326
** the named output file.
327327
**
328328
** Options:
329
-** -R|--repository FILE Extract artifacts from repository FILE
329
+** -R|--repository REPO Extract artifacts from repository FILE
330330
**
331331
** See also: [[finfo]]
332332
*/
333333
void artifact_cmd(void){
334334
int rid;
335335
--- src/content.c
+++ src/content.c
@@ -324,11 +324,11 @@
324 ** Extract an artifact by its artifact hash and write the results on
325 ** standard output, or if the optional 4th argument is given, in
326 ** the named output file.
327 **
328 ** Options:
329 ** -R|--repository FILE Extract artifacts from repository FILE
330 **
331 ** See also: [[finfo]]
332 */
333 void artifact_cmd(void){
334 int rid;
335
--- src/content.c
+++ src/content.c
@@ -324,11 +324,11 @@
324 ** Extract an artifact by its artifact hash and write the results on
325 ** standard output, or if the optional 4th argument is given, in
326 ** the named output file.
327 **
328 ** Options:
329 ** -R|--repository REPO Extract artifacts from repository FILE
330 **
331 ** See also: [[finfo]]
332 */
333 void artifact_cmd(void){
334 int rid;
335
--- src/descendants.c
+++ src/descendants.c
@@ -343,11 +343,11 @@
343343
**
344344
** Find all leaf descendants of the check-in specified or if the argument
345345
** is omitted, of the check-in currently checked out.
346346
**
347347
** Options:
348
-** -R|--repository FILE Extract info from repository FILE
348
+** -R|--repository REPO Extract info from repository FILE
349349
** -W|--width N Width of lines (default is to auto-detect).
350350
** Must be greater than 20 or else 0 for no
351351
** limit, resulting in a one line per entry.
352352
**
353353
** See also: [[finfo]], [[info]], [[leaves]]
354354
--- src/descendants.c
+++ src/descendants.c
@@ -343,11 +343,11 @@
343 **
344 ** Find all leaf descendants of the check-in specified or if the argument
345 ** is omitted, of the check-in currently checked out.
346 **
347 ** Options:
348 ** -R|--repository FILE Extract info from repository FILE
349 ** -W|--width N Width of lines (default is to auto-detect).
350 ** Must be greater than 20 or else 0 for no
351 ** limit, resulting in a one line per entry.
352 **
353 ** See also: [[finfo]], [[info]], [[leaves]]
354
--- src/descendants.c
+++ src/descendants.c
@@ -343,11 +343,11 @@
343 **
344 ** Find all leaf descendants of the check-in specified or if the argument
345 ** is omitted, of the check-in currently checked out.
346 **
347 ** Options:
348 ** -R|--repository REPO Extract info from repository FILE
349 ** -W|--width N Width of lines (default is to auto-detect).
350 ** Must be greater than 20 or else 0 for no
351 ** limit, resulting in a one line per entry.
352 **
353 ** See also: [[finfo]], [[info]], [[leaves]]
354
+4 -4
--- src/export.c
+++ src/export.c
@@ -478,14 +478,14 @@
478478
**
479479
** If the "--export-marks FILE" option is used, the rid of all commits and
480480
** blobs written on exit for use with "--import-marks" on the next run.
481481
**
482482
** Options:
483
-** --export-marks FILE export rids of exported data to FILE
484
-** --import-marks FILE read rids of data to ignore from FILE
485
-** --rename-trunk NAME use NAME as name of exported trunk branch
486
-** -R|--repository REPOSITORY export the given REPOSITORY
483
+** --export-marks FILE Export rids of exported data to FILE
484
+** --import-marks FILE Read rids of data to ignore from FILE
485
+** --rename-trunk NAME Use NAME as name of exported trunk branch
486
+** -R|--repository REPO Export the given REPOSITORY
487487
**
488488
** See also: import
489489
*/
490490
/*
491491
** COMMAND: export*
492492
--- src/export.c
+++ src/export.c
@@ -478,14 +478,14 @@
478 **
479 ** If the "--export-marks FILE" option is used, the rid of all commits and
480 ** blobs written on exit for use with "--import-marks" on the next run.
481 **
482 ** Options:
483 ** --export-marks FILE export rids of exported data to FILE
484 ** --import-marks FILE read rids of data to ignore from FILE
485 ** --rename-trunk NAME use NAME as name of exported trunk branch
486 ** -R|--repository REPOSITORY export the given REPOSITORY
487 **
488 ** See also: import
489 */
490 /*
491 ** COMMAND: export*
492
--- src/export.c
+++ src/export.c
@@ -478,14 +478,14 @@
478 **
479 ** If the "--export-marks FILE" option is used, the rid of all commits and
480 ** blobs written on exit for use with "--import-marks" on the next run.
481 **
482 ** Options:
483 ** --export-marks FILE Export rids of exported data to FILE
484 ** --import-marks FILE Read rids of data to ignore from FILE
485 ** --rename-trunk NAME Use NAME as name of exported trunk branch
486 ** -R|--repository REPO Export the given REPOSITORY
487 **
488 ** See also: import
489 */
490 /*
491 ** COMMAND: export*
492
+1 -1
--- src/finfo.c
+++ src/finfo.c
@@ -241,11 +241,11 @@
241241
** Print on standard output the content of one or more files as they exist
242242
** in the repository. The version currently checked out is shown by default.
243243
** Other versions may be specified using the -r option.
244244
**
245245
** Options:
246
-** -R|--repository FILE Extract artifacts from repository FILE
246
+** -R|--repository REPO Extract artifacts from repository FILE
247247
** -r VERSION The specific check-in containing the file
248248
**
249249
** See also: [[finfo]]
250250
*/
251251
void cat_cmd(void){
252252
--- src/finfo.c
+++ src/finfo.c
@@ -241,11 +241,11 @@
241 ** Print on standard output the content of one or more files as they exist
242 ** in the repository. The version currently checked out is shown by default.
243 ** Other versions may be specified using the -r option.
244 **
245 ** Options:
246 ** -R|--repository FILE Extract artifacts from repository FILE
247 ** -r VERSION The specific check-in containing the file
248 **
249 ** See also: [[finfo]]
250 */
251 void cat_cmd(void){
252
--- src/finfo.c
+++ src/finfo.c
@@ -241,11 +241,11 @@
241 ** Print on standard output the content of one or more files as they exist
242 ** in the repository. The version currently checked out is shown by default.
243 ** Other versions may be specified using the -r option.
244 **
245 ** Options:
246 ** -R|--repository REPO Extract artifacts from repository FILE
247 ** -r VERSION The specific check-in containing the file
248 **
249 ** See also: [[finfo]]
250 */
251 void cat_cmd(void){
252
+1 -1
--- src/info.c
+++ src/info.c
@@ -188,11 +188,11 @@
188188
** Use the "finfo" command to get information about a specific
189189
** file in a checkout.
190190
**
191191
** Options:
192192
**
193
-** -R|--repository FILE Extract info from repository FILE
193
+** -R|--repository REPO Extract info from repository FILE
194194
** -v|--verbose Show extra information about repositories
195195
**
196196
** See also: [[annotate]], [[artifact]], [[finfo]], [[timeline]]
197197
*/
198198
void info_cmd(void){
199199
--- src/info.c
+++ src/info.c
@@ -188,11 +188,11 @@
188 ** Use the "finfo" command to get information about a specific
189 ** file in a checkout.
190 **
191 ** Options:
192 **
193 ** -R|--repository FILE Extract info from repository FILE
194 ** -v|--verbose Show extra information about repositories
195 **
196 ** See also: [[annotate]], [[artifact]], [[finfo]], [[timeline]]
197 */
198 void info_cmd(void){
199
--- src/info.c
+++ src/info.c
@@ -188,11 +188,11 @@
188 ** Use the "finfo" command to get information about a specific
189 ** file in a checkout.
190 **
191 ** Options:
192 **
193 ** -R|--repository REPO Extract info from repository FILE
194 ** -v|--verbose Show extra information about repositories
195 **
196 ** See also: [[annotate]], [[artifact]], [[finfo]], [[timeline]]
197 */
198 void info_cmd(void){
199
+1 -1
--- src/rebuild.c
+++ src/rebuild.c
@@ -1284,11 +1284,11 @@
12841284
** 40+ character artifact ID, AA the first 2 characters.
12851285
** If -L|--prefixlength is given, the length (default 2) of the directory prefix
12861286
** can be set to 0,1,..,9 characters.
12871287
**
12881288
** Options:
1289
-** -R|--repository REPOSITORY Deconstruct given REPOSITORY.
1289
+** -R|--repository REPO Deconstruct given REPOSITORY.
12901290
** -K|--keep-rid1 Save the filename of the artifact with RID=1 to
12911291
** the file .rid1 in the DESTINATION directory.
12921292
** -L|--prefixlength N Set the length of the names of the DESTINATION
12931293
** subdirectories to N.
12941294
** --private Include private artifacts.
12951295
--- src/rebuild.c
+++ src/rebuild.c
@@ -1284,11 +1284,11 @@
1284 ** 40+ character artifact ID, AA the first 2 characters.
1285 ** If -L|--prefixlength is given, the length (default 2) of the directory prefix
1286 ** can be set to 0,1,..,9 characters.
1287 **
1288 ** Options:
1289 ** -R|--repository REPOSITORY Deconstruct given REPOSITORY.
1290 ** -K|--keep-rid1 Save the filename of the artifact with RID=1 to
1291 ** the file .rid1 in the DESTINATION directory.
1292 ** -L|--prefixlength N Set the length of the names of the DESTINATION
1293 ** subdirectories to N.
1294 ** --private Include private artifacts.
1295
--- src/rebuild.c
+++ src/rebuild.c
@@ -1284,11 +1284,11 @@
1284 ** 40+ character artifact ID, AA the first 2 characters.
1285 ** If -L|--prefixlength is given, the length (default 2) of the directory prefix
1286 ** can be set to 0,1,..,9 characters.
1287 **
1288 ** Options:
1289 ** -R|--repository REPO Deconstruct given REPOSITORY.
1290 ** -K|--keep-rid1 Save the filename of the artifact with RID=1 to
1291 ** the file .rid1 in the DESTINATION directory.
1292 ** -L|--prefixlength N Set the length of the names of the DESTINATION
1293 ** subdirectories to N.
1294 ** --private Include private artifacts.
1295
+1 -1
--- src/tkt.c
+++ src/tkt.c
@@ -1239,11 +1239,11 @@
12391239
** > fossil ticket show (REPORTTITLE|REPORTNR) ?TICKETFILTER? ?OPTIONS?
12401240
**
12411241
** Options:
12421242
** -l|--limit LIMITCHAR
12431243
** -q|--quote
1244
-** -R|--repository FILE
1244
+** -R|--repository REPO
12451245
**
12461246
** Run the ticket report, identified by the report format title
12471247
** used in the GUI. The data is written as flat file on stdout,
12481248
** using TAB as separator. The separator can be changed using
12491249
** the -l or --limit option.
12501250
--- src/tkt.c
+++ src/tkt.c
@@ -1239,11 +1239,11 @@
1239 ** > fossil ticket show (REPORTTITLE|REPORTNR) ?TICKETFILTER? ?OPTIONS?
1240 **
1241 ** Options:
1242 ** -l|--limit LIMITCHAR
1243 ** -q|--quote
1244 ** -R|--repository FILE
1245 **
1246 ** Run the ticket report, identified by the report format title
1247 ** used in the GUI. The data is written as flat file on stdout,
1248 ** using TAB as separator. The separator can be changed using
1249 ** the -l or --limit option.
1250
--- src/tkt.c
+++ src/tkt.c
@@ -1239,11 +1239,11 @@
1239 ** > fossil ticket show (REPORTTITLE|REPORTNR) ?TICKETFILTER? ?OPTIONS?
1240 **
1241 ** Options:
1242 ** -l|--limit LIMITCHAR
1243 ** -q|--quote
1244 ** -R|--repository REPO
1245 **
1246 ** Run the ticket report, identified by the report format title
1247 ** used in the GUI. The data is written as flat file on stdout,
1248 ** using TAB as separator. The separator can be changed using
1249 ** the -l or --limit option.
1250
--- src/unversioned.c
+++ src/unversioned.c
@@ -291,11 +291,11 @@
291291
**
292292
** Options:
293293
**
294294
** --mtime TIMESTAMP Use TIMESTAMP instead of "now" for the "add",
295295
** "edit", "remove", and "touch" subcommands.
296
-** -R|--repository FILE Use FILE as the repository
296
+** -R|--repository REPO Use FILE as the repository
297297
*/
298298
void unversioned_cmd(void){
299299
const char *zCmd;
300300
int nCmd;
301301
const char *zMtime = find_option("mtime", 0, 1);
302302
--- src/unversioned.c
+++ src/unversioned.c
@@ -291,11 +291,11 @@
291 **
292 ** Options:
293 **
294 ** --mtime TIMESTAMP Use TIMESTAMP instead of "now" for the "add",
295 ** "edit", "remove", and "touch" subcommands.
296 ** -R|--repository FILE Use FILE as the repository
297 */
298 void unversioned_cmd(void){
299 const char *zCmd;
300 int nCmd;
301 const char *zMtime = find_option("mtime", 0, 1);
302
--- src/unversioned.c
+++ src/unversioned.c
@@ -291,11 +291,11 @@
291 **
292 ** Options:
293 **
294 ** --mtime TIMESTAMP Use TIMESTAMP instead of "now" for the "add",
295 ** "edit", "remove", and "touch" subcommands.
296 ** -R|--repository REPO Use FILE as the repository
297 */
298 void unversioned_cmd(void){
299 const char *zCmd;
300 int nCmd;
301 const char *zMtime = find_option("mtime", 0, 1);
302
+1 -1
--- src/user.c
+++ src/user.c
@@ -326,11 +326,11 @@
326326
}
327327
328328
/*
329329
** COMMAND: user*
330330
**
331
-** Usage: %fossil user SUBCOMMAND ... ?-R|--repository FILE?
331
+** Usage: %fossil user SUBCOMMAND ... ?-R|--repository REPO?
332332
**
333333
** Run various subcommands on users of the open repository or of
334334
** the repository identified by the -R or --repository option.
335335
**
336336
** > fossil user capabilities USERNAME ?STRING?
337337
--- src/user.c
+++ src/user.c
@@ -326,11 +326,11 @@
326 }
327
328 /*
329 ** COMMAND: user*
330 **
331 ** Usage: %fossil user SUBCOMMAND ... ?-R|--repository FILE?
332 **
333 ** Run various subcommands on users of the open repository or of
334 ** the repository identified by the -R or --repository option.
335 **
336 ** > fossil user capabilities USERNAME ?STRING?
337
--- src/user.c
+++ src/user.c
@@ -326,11 +326,11 @@
326 }
327
328 /*
329 ** COMMAND: user*
330 **
331 ** Usage: %fossil user SUBCOMMAND ... ?-R|--repository REPO?
332 **
333 ** Run various subcommands on users of the open repository or of
334 ** the repository identified by the -R or --repository option.
335 **
336 ** > fossil user capabilities USERNAME ?STRING?
337
+1 -1
--- src/winhttp.c
+++ src/winhttp.c
@@ -972,11 +972,11 @@
972972
** -P|--port TCPPORT
973973
**
974974
** Specifies the TCP port (default port is 8080) on which the
975975
** server should listen.
976976
**
977
-** -R|--repository REPOSITORY
977
+** -R|--repository REPO
978978
**
979979
** Specifies the name of the repository to be served.
980980
** The repository option may be omitted if the working directory
981981
** is within an open checkout.
982982
** The REPOSITORY can be a directory (aka folder) that contains
983983
--- src/winhttp.c
+++ src/winhttp.c
@@ -972,11 +972,11 @@
972 ** -P|--port TCPPORT
973 **
974 ** Specifies the TCP port (default port is 8080) on which the
975 ** server should listen.
976 **
977 ** -R|--repository REPOSITORY
978 **
979 ** Specifies the name of the repository to be served.
980 ** The repository option may be omitted if the working directory
981 ** is within an open checkout.
982 ** The REPOSITORY can be a directory (aka folder) that contains
983
--- src/winhttp.c
+++ src/winhttp.c
@@ -972,11 +972,11 @@
972 ** -P|--port TCPPORT
973 **
974 ** Specifies the TCP port (default port is 8080) on which the
975 ** server should listen.
976 **
977 ** -R|--repository REPO
978 **
979 ** Specifies the name of the repository to be served.
980 ** The repository option may be omitted if the working directory
981 ** is within an open checkout.
982 ** The REPOSITORY can be a directory (aka folder) that contains
983

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button