Differences From Artifact [e1702c32da]:
- File src/json_branch.c — part of check-in [407cd4c534] at 2012-11-20 02:05:24 on branch less-verbose-sync — Show much less output on a sync operation, unless the --verbose flag is given. (user: drh size: 11139) [more...]
To Artifact [244d6a5456]:
- File src/json_branch.c — part of check-in [57d1d2811b] at 2013-07-11 10:46:34 on branch tkt-change-hook — Don't allow "tktnew" and "tktedit" pages or the "Common" hook to use the "http" command any more. Don't let "fossil rebuild" run any hooks. (user: jan.nijtmans size: 11162) [more...]
| ︙ | |||
289 290 291 292 293 294 295 296 297 298 299 300 301 302 | 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 | + |
blob_appendf(&branch, "Z %b\n", &mcksum);
brid = content_put(&branch);
if( brid==0 ){
fossil_panic("Problem committing manifest: %s", g.zErrMsg);
}
db_multi_exec("INSERT OR IGNORE INTO unsent VALUES(%d)", brid);
run_common_script();
if( manifest_crosslink(brid, &branch)==0 ){
fossil_panic("unable to install new manifest");
}
assert( blob_is_reset(&branch) );
content_deltify(rootid, brid, 0);
if( zNewRid ){
*zNewRid = brid;
|
| ︙ |