Fossil SCM
Bring the help text for the "fossil all git" command into alignment with the implementation after changes on [/timeline?c=202108141825|2021-08-14].
Commit
1033e0ff88f756d980d6be99411195d01b2dce5bdb0493d8f31436c9e77c1942
Parent
d81190bd72dcf74…
1 file changed
+2
-1
+2
-1
| --- src/allrepo.c | ||
| +++ src/allrepo.c | ||
| @@ -91,11 +91,12 @@ | ||
| 91 | 91 | ** line options supported by the extra command itself, if any |
| 92 | 92 | ** are present, are passed along verbatim. |
| 93 | 93 | ** |
| 94 | 94 | ** fts-config Run the "fts-config" command on all repositories. |
| 95 | 95 | ** |
| 96 | -** git export Do the "git export" command on all repositories for which | |
| 96 | +** git CMD Do the "git export" or "git status" command (which every | |
| 97 | +** is specified by CMD) on all repositories for which | |
| 97 | 98 | ** a Git mirror has been previously established. |
| 98 | 99 | ** |
| 99 | 100 | ** info Run the "info" command on all repositories. |
| 100 | 101 | ** |
| 101 | 102 | ** pull Run a "pull" operation on all repositories. Only the |
| 102 | 103 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -91,11 +91,12 @@ | |
| 91 | ** line options supported by the extra command itself, if any |
| 92 | ** are present, are passed along verbatim. |
| 93 | ** |
| 94 | ** fts-config Run the "fts-config" command on all repositories. |
| 95 | ** |
| 96 | ** git export Do the "git export" command on all repositories for which |
| 97 | ** a Git mirror has been previously established. |
| 98 | ** |
| 99 | ** info Run the "info" command on all repositories. |
| 100 | ** |
| 101 | ** pull Run a "pull" operation on all repositories. Only the |
| 102 |
| --- src/allrepo.c | |
| +++ src/allrepo.c | |
| @@ -91,11 +91,12 @@ | |
| 91 | ** line options supported by the extra command itself, if any |
| 92 | ** are present, are passed along verbatim. |
| 93 | ** |
| 94 | ** fts-config Run the "fts-config" command on all repositories. |
| 95 | ** |
| 96 | ** git CMD Do the "git export" or "git status" command (which every |
| 97 | ** is specified by CMD) on all repositories for which |
| 98 | ** a Git mirror has been previously established. |
| 99 | ** |
| 100 | ** info Run the "info" command on all repositories. |
| 101 | ** |
| 102 | ** pull Run a "pull" operation on all repositories. Only the |
| 103 |