Differences From Artifact [8e439f60b6]:
- File src/manifest.c — part of check-in [7367cec4c8] at 2012-02-14 01:48:17 on branch trunk — Improved description of tag changes in the EVENT table, and hence on the timeline. (user: drh size: 63191) [more...]
To Artifact [6a985a29ca]:
- File src/manifest.c — part of check-in [a496d8e88d] at 2012-03-29 14:54:45 on branch mgagnon_fix — Add vim modline everywhere (user: mgagnon size: 63233)
| ︙ | |||
1945 1946 1947 1948 1949 1950 1951 | 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 | + + + + + |
manifest_cache_insert(p);
}else{
manifest_destroy(p);
}
assert( blob_is_reset(pContent) );
return 1;
}
/*
* vim:ts=2:sts=2:et:sw=2:ft=c
*/
|