Diff
Not logged in

Differences From Artifact [a678872f99]:

To Artifact [aa92254484]:


289
290
291
292
293
294
295
296
297

298
299
300
301
302
303
304
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_fatal("Problem committing manifest: %s", g.zErrMsg);
  }
  db_multi_exec("INSERT OR IGNORE INTO unsent VALUES(%d)", brid);
  xfer_run_common_script();
  if( manifest_crosslink(brid, &branch)==0 ){
  if( manifest_crosslink(brid, &branch, MC_PERMIT_HOOKS)==0 ){
    fossil_fatal("%s\n", g.zErrMsg);
  }
  assert( blob_is_reset(&branch) );
  content_deltify(rootid, brid, 0);
  if( zNewRid ){
    *zNewRid = brid;
  }