Fossil SCM
Disable the "branch" command pending further discussion and clarification of its purpose and intent.
Commit
f6d3d89e76a52148206a8ec7e5d26c9dd31d3a03
Parent
4b56350ecb2c4d3…
1 file changed
+4
-1
+4
-1
| --- src/branch.c | ||
| +++ src/branch.c | ||
| @@ -157,11 +157,14 @@ | ||
| 157 | 157 | /* Do an autosync push, if requested */ |
| 158 | 158 | autosync(AUTOSYNC_PUSH); |
| 159 | 159 | } |
| 160 | 160 | |
| 161 | 161 | /* |
| 162 | -** COMMAND: branch | |
| 162 | +** NB: The "branch" command is disabled pending further discussion of its | |
| 163 | +** purpose and usefulness.... | |
| 164 | +** | |
| 165 | +** COM MAND: branch | |
| 163 | 166 | ** |
| 164 | 167 | ** Usage: %fossil branch SUBCOMMAND ... ?-R|--repository FILE? |
| 165 | 168 | ** |
| 166 | 169 | ** Run various subcommands on the branches of the open repository or |
| 167 | 170 | ** of the repository identified by the -R or --repository option. |
| 168 | 171 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -157,11 +157,14 @@ | |
| 157 | /* Do an autosync push, if requested */ |
| 158 | autosync(AUTOSYNC_PUSH); |
| 159 | } |
| 160 | |
| 161 | /* |
| 162 | ** COMMAND: branch |
| 163 | ** |
| 164 | ** Usage: %fossil branch SUBCOMMAND ... ?-R|--repository FILE? |
| 165 | ** |
| 166 | ** Run various subcommands on the branches of the open repository or |
| 167 | ** of the repository identified by the -R or --repository option. |
| 168 |
| --- src/branch.c | |
| +++ src/branch.c | |
| @@ -157,11 +157,14 @@ | |
| 157 | /* Do an autosync push, if requested */ |
| 158 | autosync(AUTOSYNC_PUSH); |
| 159 | } |
| 160 | |
| 161 | /* |
| 162 | ** NB: The "branch" command is disabled pending further discussion of its |
| 163 | ** purpose and usefulness.... |
| 164 | ** |
| 165 | ** COM MAND: branch |
| 166 | ** |
| 167 | ** Usage: %fossil branch SUBCOMMAND ... ?-R|--repository FILE? |
| 168 | ** |
| 169 | ** Run various subcommands on the branches of the open repository or |
| 170 | ** of the repository identified by the -R or --repository option. |
| 171 |