Differences From Artifact [d36aa255e1]:
- File src/tag.c — part of check-in [b346a7cf7d] at 2007-11-23 12:55:58 on branch trunk — Fix a redundancy in the text output of the usage comment on the tag command. (user: drh size: 11445) [more...]
To Artifact [f79ecb95c0]:
- File src/tag.c — part of check-in [49b59bc559] at 2008-02-09 00:11:04 on branch trunk — Issue a warning after a commit if the commit causes a fork. (user: drh size: 11457)
| ︙ | |||
291 292 293 294 295 296 297 | 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 | - + | blob_appendf(&ctrl, "Z %b\n", &cksum); db_begin_transaction(); nrid = content_put(&ctrl, 0, 0); manifest_crosslink(nrid, &ctrl); db_end_transaction(0); /* Do an autosync push if requested */ |
| ︙ |