Differences From:
File
src/checkin.c
part of check-in
[134e2aeccc]
- Combine the "config" and "setting" commands into a single "settings" command.
by
drh on
2007-09-28 20:08:32.
[view]
To:
File
src/checkin.c
part of check-in
[a21806dcf3]
- Fixed omitsign discrepancies. Windows version now looks for USERNAME instead of USER when creating new database.
by
jnc on
2007-10-07 14:38:54.
[view]
@@ -336,9 +336,9 @@
noSign = find_option("nosign","",0)!=0;
zComment = find_option("comment","m",1);
forceFlag = find_option("force", "r", 0)!=0;
db_must_be_within_tree();
- noSign = db_get_int("omit-sign", 0)|noSign;
+ noSign = db_get_int("omitsign", 0)|noSign;
verify_all_options();
/*
** Autosync if requested.