Fossil SCM

Remove uncommonly used commands from the set of "common" commands in the "fossil help" listing.

drh 2018-10-03 16:52 trunk
Commit 29313518937ca912e0fa115a65d32fdd36cc3cfc83712f660b8fd51b4818ece3
+1 -1
--- src/alerts.c
+++ src/alerts.c
@@ -922,11 +922,11 @@
922922
** designated host and port and all times.
923923
*/
924924
925925
926926
/*
927
-** COMMAND: alerts
927
+** COMMAND: alerts*
928928
**
929929
** Usage: %fossil alerts SUBCOMMAND ARGS...
930930
**
931931
** Subcommands:
932932
**
933933
--- src/alerts.c
+++ src/alerts.c
@@ -922,11 +922,11 @@
922 ** designated host and port and all times.
923 */
924
925
926 /*
927 ** COMMAND: alerts
928 **
929 ** Usage: %fossil alerts SUBCOMMAND ARGS...
930 **
931 ** Subcommands:
932 **
933
--- src/alerts.c
+++ src/alerts.c
@@ -922,11 +922,11 @@
922 ** designated host and port and all times.
923 */
924
925
926 /*
927 ** COMMAND: alerts*
928 **
929 ** Usage: %fossil alerts SUBCOMMAND ARGS...
930 **
931 ** Subcommands:
932 **
933
--- src/backoffice.c
+++ src/backoffice.c
@@ -524,11 +524,11 @@
524524
alert_backoffice(0);
525525
smtp_cleanup();
526526
}
527527
528528
/*
529
-** COMMAND: backoffice
529
+** COMMAND: backoffice*
530530
**
531531
** Usage: backoffice [-R repository]
532532
**
533533
** Run backoffice processing. This might be done by a cron job or
534534
** similar to make sure backoffice processing happens periodically.
535535
--- src/backoffice.c
+++ src/backoffice.c
@@ -524,11 +524,11 @@
524 alert_backoffice(0);
525 smtp_cleanup();
526 }
527
528 /*
529 ** COMMAND: backoffice
530 **
531 ** Usage: backoffice [-R repository]
532 **
533 ** Run backoffice processing. This might be done by a cron job or
534 ** similar to make sure backoffice processing happens periodically.
535
--- src/backoffice.c
+++ src/backoffice.c
@@ -524,11 +524,11 @@
524 alert_backoffice(0);
525 smtp_cleanup();
526 }
527
528 /*
529 ** COMMAND: backoffice*
530 **
531 ** Usage: backoffice [-R repository]
532 **
533 ** Run backoffice processing. This might be done by a cron job or
534 ** similar to make sure backoffice processing happens periodically.
535
+2 -2
--- src/smtp.c
+++ src/smtp.c
@@ -1310,11 +1310,11 @@
13101310
}
13111311
}
13121312
13131313
13141314
/*
1315
-** COMMAND: smtpd
1315
+** COMMAND: smtpd*
13161316
**
13171317
** Usage: %fossil smtpd [OPTIONS] REPOSITORY
13181318
**
13191319
** Begin a SMTP conversation with a client using stdin/stdout. The
13201320
** received email is stored in REPOSITORY.
@@ -1457,11 +1457,11 @@
14571457
static int pop3_login(const char *zUser, char *zPass){
14581458
return login_search_uid(&zUser, zPass) != 0;
14591459
}
14601460
14611461
/*
1462
-** COMMAND: pop3d
1462
+** COMMAND: pop3d*
14631463
**
14641464
** Usage: %fossil pop3d [OPTIONS] REPOSITORY
14651465
**
14661466
** Begin a POP3 conversation with a client using stdin/stdout using
14671467
** the mailboxes stored in REPOSITORY.
14681468
--- src/smtp.c
+++ src/smtp.c
@@ -1310,11 +1310,11 @@
1310 }
1311 }
1312
1313
1314 /*
1315 ** COMMAND: smtpd
1316 **
1317 ** Usage: %fossil smtpd [OPTIONS] REPOSITORY
1318 **
1319 ** Begin a SMTP conversation with a client using stdin/stdout. The
1320 ** received email is stored in REPOSITORY.
@@ -1457,11 +1457,11 @@
1457 static int pop3_login(const char *zUser, char *zPass){
1458 return login_search_uid(&zUser, zPass) != 0;
1459 }
1460
1461 /*
1462 ** COMMAND: pop3d
1463 **
1464 ** Usage: %fossil pop3d [OPTIONS] REPOSITORY
1465 **
1466 ** Begin a POP3 conversation with a client using stdin/stdout using
1467 ** the mailboxes stored in REPOSITORY.
1468
--- src/smtp.c
+++ src/smtp.c
@@ -1310,11 +1310,11 @@
1310 }
1311 }
1312
1313
1314 /*
1315 ** COMMAND: smtpd*
1316 **
1317 ** Usage: %fossil smtpd [OPTIONS] REPOSITORY
1318 **
1319 ** Begin a SMTP conversation with a client using stdin/stdout. The
1320 ** received email is stored in REPOSITORY.
@@ -1457,11 +1457,11 @@
1457 static int pop3_login(const char *zUser, char *zPass){
1458 return login_search_uid(&zUser, zPass) != 0;
1459 }
1460
1461 /*
1462 ** COMMAND: pop3d*
1463 **
1464 ** Usage: %fossil pop3d [OPTIONS] REPOSITORY
1465 **
1466 ** Begin a POP3 conversation with a client using stdin/stdout using
1467 ** the mailboxes stored in REPOSITORY.
1468
--- www/blockchain.md
+++ www/blockchain.md
@@ -16,15 +16,16 @@
1616
a timestamp, and other tranactional data. The repository grows by
1717
add new manifests onto the list.
1818
1919
Some people have come to associate blockchain with cryptocurrency, however,
2020
and since Fossil has nothing to do with cryptocurrency, the claim that
21
-Fossil is build around blockchain results in confusion. The key thing
21
+Fossil is build around blockchain is met with skepticism. The key thing
2222
to note here is that cryptocurrency implementations like BitCoin are
2323
built around blockchain, but they are not synonymous with blockchain.
2424
Blockchain is a much broader concept. Blockchain is a mechanism for
25
-constructed a distributed ledger of transactions. You can use a distributed
25
+constructed a distributed ledger of transactions.
26
+Yes, you can use a distributed
2627
ledger to implement a cryptocurrency, but you can also use a distributed
2728
ledger to implement a version control system, and probably many other kinds
2829
of applications as well. Blockchain is a much broader idea than
2930
cryptocurrency.
3031
3132
--- www/blockchain.md
+++ www/blockchain.md
@@ -16,15 +16,16 @@
16 a timestamp, and other tranactional data. The repository grows by
17 add new manifests onto the list.
18
19 Some people have come to associate blockchain with cryptocurrency, however,
20 and since Fossil has nothing to do with cryptocurrency, the claim that
21 Fossil is build around blockchain results in confusion. The key thing
22 to note here is that cryptocurrency implementations like BitCoin are
23 built around blockchain, but they are not synonymous with blockchain.
24 Blockchain is a much broader concept. Blockchain is a mechanism for
25 constructed a distributed ledger of transactions. You can use a distributed
 
26 ledger to implement a cryptocurrency, but you can also use a distributed
27 ledger to implement a version control system, and probably many other kinds
28 of applications as well. Blockchain is a much broader idea than
29 cryptocurrency.
30
31
--- www/blockchain.md
+++ www/blockchain.md
@@ -16,15 +16,16 @@
16 a timestamp, and other tranactional data. The repository grows by
17 add new manifests onto the list.
18
19 Some people have come to associate blockchain with cryptocurrency, however,
20 and since Fossil has nothing to do with cryptocurrency, the claim that
21 Fossil is build around blockchain is met with skepticism. The key thing
22 to note here is that cryptocurrency implementations like BitCoin are
23 built around blockchain, but they are not synonymous with blockchain.
24 Blockchain is a much broader concept. Blockchain is a mechanism for
25 constructed a distributed ledger of transactions.
26 Yes, you can use a distributed
27 ledger to implement a cryptocurrency, but you can also use a distributed
28 ledger to implement a version control system, and probably many other kinds
29 of applications as well. Blockchain is a much broader idea than
30 cryptocurrency.
31
32

Keyboard Shortcuts

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