Fossil SCM
Mention the --dontstop option in the "fossil all" on-line help.
Commit
f89ba310bbe1a3342998b0171d5d49a324d2a1e6
Parent
dbb5e2d32a8c482…
1 file changed
+3
+3
| --- src/allrepo.c | ||
| +++ src/allrepo.c | ||
| @@ -100,10 +100,13 @@ | ||
| 100 | 100 | ** |
| 101 | 101 | ** Repositories are automatically added to the set of known repositories |
| 102 | 102 | ** when one of the following commands are run against the repository: clone, |
| 103 | 103 | ** info, pull, push, or sync. Even previously ignored repositories are |
| 104 | 104 | ** added back to the list of repositories by these commands. |
| 105 | +** | |
| 106 | +** Options: | |
| 107 | +** --dontstop Continue with other repositories even after an error | |
| 105 | 108 | */ |
| 106 | 109 | void all_cmd(void){ |
| 107 | 110 | int n; |
| 108 | 111 | Stmt q; |
| 109 | 112 | const char *zCmd; |
| 110 | 113 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -100,10 +100,13 @@ | |
| 100 | ** |
| 101 | ** Repositories are automatically added to the set of known repositories |
| 102 | ** when one of the following commands are run against the repository: clone, |
| 103 | ** info, pull, push, or sync. Even previously ignored repositories are |
| 104 | ** added back to the list of repositories by these commands. |
| 105 | */ |
| 106 | void all_cmd(void){ |
| 107 | int n; |
| 108 | Stmt q; |
| 109 | const char *zCmd; |
| 110 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -100,10 +100,13 @@ | |
| 100 | ** |
| 101 | ** Repositories are automatically added to the set of known repositories |
| 102 | ** when one of the following commands are run against the repository: clone, |
| 103 | ** info, pull, push, or sync. Even previously ignored repositories are |
| 104 | ** added back to the list of repositories by these commands. |
| 105 | ** |
| 106 | ** Options: |
| 107 | ** --dontstop Continue with other repositories even after an error |
| 108 | */ |
| 109 | void all_cmd(void){ |
| 110 | int n; |
| 111 | Stmt q; |
| 112 | const char *zCmd; |
| 113 |