Differences From:
File
src/branch.c
part of check-in
[41561125cd]
- Added safemerge option to commit, update and settings
by
jnc on
2007-09-26 04:17:37.
[view]
To:
File
src/branch.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.
Also file
src/branch.c
part of check-in
[d0305b305a]
- Merged mainline into my branch to get the newest application.
by
aku on
2007-12-05 08:07:46.
[view]
@@ -38,9 +38,9 @@
Blob cksum1b; /* Checksum recorded in the manifest */
noSign = find_option("nosign","",0)!=0;
db_must_be_within_tree();
- noSign = db_get_int("omit-sign", 0)|noSign;
+ noSign = db_get_int("omitsign", 0)|noSign;
zColor = find_option("bgcolor","c",1);
verify_all_options();