Differences From:
File
src/manifest.c
part of check-in
[e37451d9c2]
- Add the ability to sign manifests using GPG during a check-in.
Due to a bug in the manifest parser, older versions will not be
able to check-out signed manifests.
by
drh on
2007-08-01 21:59:38.
[view]
To:
File
src/manifest.c
part of check-in
[573a464cb7]
- Complete rework of the xfer mechanism. Compiles but not yet working.
by
drh on
2007-08-10 00:08:25.
[view]
@@ -290,9 +290,9 @@
}
/*
** Scan record rid/pContent to see if it is a manifest. If
-** it is a manifest, then populate tables the mlink, plink,
+** it is a manifest, then populate the mlink, plink,
** filename, and event tables with cross-reference information.
*/
int manifest_crosslink(int rid, Blob *pContent){
int i;