Fossil

Diff
Login

Differences From Artifact [e1702c32da]:

To Artifact [244d6a5456]:


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;