Diff
Not logged in

Differences From:

File src/branch.c part of check-in [b8a8959ec5] - fossil branch command added. Base branch new works. Specifying a color causes a malformed manifest file error. branch list does not work, just skeleton code right now. by jnc on 2007-09-23 03:13:32. [view]

To:

File src/branch.c part of check-in [17596784d0] - Forgot a line of debug code, writting manifest.new... now removed by jnc on 2007-09-23 03:21:13. [view]

@@ -126,9 +126,9 @@
       exit(1);
     }
   }
 
-  blob_write_to_file(&manifest, "manifest.new");
+  /*blob_write_to_file(&manifest, "manifest.new");*/
 
   nvid = content_put(&manifest, 0, 0);
   if( nvid==0 ){
     fossil_panic("trouble committing manifest: %s", g.zErrMsg);
@@ -137,9 +137,8 @@
   manifest_crosslink(nvid, &manifest);
   content_deltify(vid, nvid, 0);
   zUuid = db_text(0, "SELECT uuid FROM blob WHERE rid=%d", nvid);
   printf("New_Version: %s\n", zUuid);
-  /*db_lset_int("checkout", nvid);*/
 
   /* Verify that the manifest checksum matches the expected checksum */
   vfile_aggregate_checksum_repository(nvid, &cksum2);
   vfile_aggregate_checksum_manifest(nvid, &cksum2, &cksum1b);