155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
|
db_end_transaction(0);
/* Do an autosync push, if requested */
autosync(AUTOSYNC_PUSH);
}
/*
** COMMAND: 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
|
>
>
>
|
|
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
|