Fossil SCM
Mention the "all" option in the documentation for "autosync"
Commit
4e7b08c38007c90f9237f611b6c1f5b45f576fa340e604a4d570c5ea6985821d
Parent
495a4d71b8a2c54…
1 file changed
+2
M
src/db.c
+2
| --- src/db.c | ||
| +++ src/db.c | ||
| @@ -4449,10 +4449,12 @@ | ||
| 4449 | 4449 | ** makes sense ("commit", "merge", "open", "update") |
| 4450 | 4450 | ** |
| 4451 | 4451 | ** off Never autosync. |
| 4452 | 4452 | ** |
| 4453 | 4453 | ** pullonly Only to pull autosyncs |
| 4454 | +** | |
| 4455 | +** all Sync with all remotes | |
| 4454 | 4456 | ** |
| 4455 | 4457 | ** on,open=off Autosync for most commands, but not for "open" |
| 4456 | 4458 | ** |
| 4457 | 4459 | ** off,commit=pullonly Do not autosync, except do a pull before each |
| 4458 | 4460 | ** "commit", presumably to avoid undesirable |
| 4459 | 4461 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -4449,10 +4449,12 @@ | |
| 4449 | ** makes sense ("commit", "merge", "open", "update") |
| 4450 | ** |
| 4451 | ** off Never autosync. |
| 4452 | ** |
| 4453 | ** pullonly Only to pull autosyncs |
| 4454 | ** |
| 4455 | ** on,open=off Autosync for most commands, but not for "open" |
| 4456 | ** |
| 4457 | ** off,commit=pullonly Do not autosync, except do a pull before each |
| 4458 | ** "commit", presumably to avoid undesirable |
| 4459 |
| --- src/db.c | |
| +++ src/db.c | |
| @@ -4449,10 +4449,12 @@ | |
| 4449 | ** makes sense ("commit", "merge", "open", "update") |
| 4450 | ** |
| 4451 | ** off Never autosync. |
| 4452 | ** |
| 4453 | ** pullonly Only to pull autosyncs |
| 4454 | ** |
| 4455 | ** all Sync with all remotes |
| 4456 | ** |
| 4457 | ** on,open=off Autosync for most commands, but not for "open" |
| 4458 | ** |
| 4459 | ** off,commit=pullonly Do not autosync, except do a pull before each |
| 4460 | ** "commit", presumably to avoid undesirable |
| 4461 |