Fossil SCM

Update manifests on tag change.

jan 2016-01-04 03:41 jan-manifest-tags
Commit 6f8f8667c944eb6592225a004ac7da430ab8d9c5
1 file changed +1
+1
--- src/tag.c
+++ src/tag.c
@@ -329,10 +329,11 @@
329329
md5sum_blob(&ctrl, &cksum);
330330
blob_appendf(&ctrl, "Z %b\n", &cksum);
331331
nrid = content_put(&ctrl);
332332
manifest_crosslink(nrid, &ctrl, MC_PERMIT_HOOKS);
333333
assert( blob_is_reset(&ctrl) );
334
+ manifest_to_disk(rid);
334335
}
335336
336337
/*
337338
** COMMAND: tag
338339
** Usage: %fossil tag SUBCOMMAND ...
339340
--- src/tag.c
+++ src/tag.c
@@ -329,10 +329,11 @@
329 md5sum_blob(&ctrl, &cksum);
330 blob_appendf(&ctrl, "Z %b\n", &cksum);
331 nrid = content_put(&ctrl);
332 manifest_crosslink(nrid, &ctrl, MC_PERMIT_HOOKS);
333 assert( blob_is_reset(&ctrl) );
 
334 }
335
336 /*
337 ** COMMAND: tag
338 ** Usage: %fossil tag SUBCOMMAND ...
339
--- src/tag.c
+++ src/tag.c
@@ -329,10 +329,11 @@
329 md5sum_blob(&ctrl, &cksum);
330 blob_appendf(&ctrl, "Z %b\n", &cksum);
331 nrid = content_put(&ctrl);
332 manifest_crosslink(nrid, &ctrl, MC_PERMIT_HOOKS);
333 assert( blob_is_reset(&ctrl) );
334 manifest_to_disk(rid);
335 }
336
337 /*
338 ** COMMAND: tag
339 ** Usage: %fossil tag SUBCOMMAND ...
340

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button