Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Disable the "branch" command pending further discussion and clarification of its purpose and intent. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
f6d3d89e76a52148206a8ec7e5d26c9d |
| User & Date: | drh 2008-07-25 12:30:37.000 |
Context
|
2008-07-26
| ||
| 14:02 | Code to randomize messages from client to the server. ... (check-in: 3cb547be2c user: drh tags: trunk) | |
|
2008-07-25
| ||
| 12:30 | Disable the "branch" command pending further discussion and clarification of its purpose and intent. ... (check-in: f6d3d89e76 user: drh tags: trunk) | |
|
2008-07-24
| ||
| 15:08 | Remove redundant "Description & Comments:" label from the ticket viewer. ... (check-in: 4b56350ecb user: drh tags: trunk) | |
Changes
Changes to src/branch.c.
| ︙ | ︙ | |||
155 156 157 158 159 160 161 | db_end_transaction(0); /* Do an autosync push, if requested */ autosync(AUTOSYNC_PUSH); } /* | > > > | | 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 | db_end_transaction(0); /* Do an autosync push, if requested */ autosync(AUTOSYNC_PUSH); } /* ** NB: The "branch" command is disabled pending further discussion of its ** purpose and usefulness.... ** ** COM MAND: branch ** ** Usage: %fossil branch SUBCOMMAND ... ?-R|--repository FILE? ** ** Run various subcommands on the branches of the open repository or ** of the repository identified by the -R or --repository option. ** ** %fossil branch new ?-bgcolor COLOR? BRANCH-NAME |
| ︙ | ︙ |