Differences From:
File
src/diffcmd.c
part of check-in
[7b82a73bd3]
- Remove the --yes option from the "revert" command. In its place, make
the "revert" opration undoable.
by
drh on
2009-12-17 21:22:52.
[view]
To:
File
src/diffcmd.c
part of check-in
[76f169fca6]
- Detect when the check-out contains missing files and filesystem objects that
ought to be files but are not. Issue reasonable warnings.
by
drh on
2009-12-18 00:29:51.
Also file
src/diffcmd.c
part of check-in
[76bc05d739]
- merge with trunk
by
btheado on
2009-12-30 20:33:59.
[view]
@@ -208,9 +208,9 @@
Blob sql;
Stmt q;
vid = db_lget_int("checkout", 0);
- vfile_check_signature(vid);
+ vfile_check_signature(vid, 1);
blob_zero(&sql);
db_begin_transaction();
if( zFrom ){
int rid = name_to_rid(zFrom);