Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Do not auto-push when creating a new private branch. Ticket [13fd567b51fac8] |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
649efeb43d648ee9dffe1afda787f368 |
| User & Date: | drh 2011-08-23 15:14:32.800 |
Context
|
2011-08-23
| ||
| 15:45 | Fix several harmless compiler warnings. ... (check-in: 553159aa0d user: drh tags: trunk) | |
| 15:27 | Merge in the latest changes from trunk. ... (check-in: 6c880a4f5e user: drh tags: symlinks) | |
| 15:14 | Do not auto-push when creating a new private branch. Ticket [13fd567b51fac8] ... (check-in: 649efeb43d user: drh tags: trunk) | |
| 15:10 | The u= query parameter on a timeline looks for both original and edited user names. Ticket [d94b0934861d9] and [fca5ce18c07c29]. ... (check-in: 0f7f81303c user: drh tags: trunk) | |
Changes
Changes to src/branch.c.
| ︙ | ︙ | |||
172 173 174 175 176 177 178 | } /* Commit */ db_end_transaction(0); /* Do an autosync push, if requested */ | | | 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 |
}
/* Commit */
db_end_transaction(0);
/* Do an autosync push, if requested */
if( !isPrivate ) autosync(AUTOSYNC_PUSH);
}
/*
** Prepare a query that will list all branches.
*/
static void prepareBranchQuery(Stmt *pQuery, int showAll, int showClosed){
if( showClosed ){
|
| ︙ | ︙ |