Fossil

Diff
Login

Differences From Artifact [4f9c1e0d0c]:

To Artifact [aa1d1eee1b]:


481
482
483
484
485
486
487



488
489
490
491
492
493
494
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497







+
+
+







      }
    }
    manifest_destroy(pManifest);
    if( errCode<=0 ){
      fossil_fatal("file %s does not exist in checkin: %s", file, revision);
    }
  }else if( errCode<=0 ){
    if( revision==0 ){
      revision = db_text("current", "SELECT uuid FROM blob WHERE rid=%d", rid);
    }
    fossil_panic("could not parse manifest for checkin: %s", revision);
  }
  return errCode;
}


/*