Fossil SCM

Removed a bit of unnecessary copy/paste backwards compatibility from [15001dd013].

stephan 2020-10-02 14:23 trunk
Commit aae387d956850ab9ffb6c4be668a5512a792283c0d5d9027d5cf5a70e20a1869
1 file changed +1 -1
+1 -1
--- src/checkin.c
+++ src/checkin.c
@@ -704,11 +704,11 @@
704704
}
705705
showAge = find_option("age",0,0)!=0;
706706
zRev = find_option("r","r",1);
707707
timeOrder = find_option("t","t",0)!=0;
708708
if( verboseFlag ){
709
- useHash = find_option("hash",0,0)!=0 || find_option("sha1sum",0,0)!=0;
709
+ useHash = find_option("hash",0,0)!=0;
710710
}
711711
712712
if( zRev!=0 ){
713713
db_find_and_open_repository(0, 0);
714714
verify_all_options();
715715
--- src/checkin.c
+++ src/checkin.c
@@ -704,11 +704,11 @@
704 }
705 showAge = find_option("age",0,0)!=0;
706 zRev = find_option("r","r",1);
707 timeOrder = find_option("t","t",0)!=0;
708 if( verboseFlag ){
709 useHash = find_option("hash",0,0)!=0 || find_option("sha1sum",0,0)!=0;
710 }
711
712 if( zRev!=0 ){
713 db_find_and_open_repository(0, 0);
714 verify_all_options();
715
--- src/checkin.c
+++ src/checkin.c
@@ -704,11 +704,11 @@
704 }
705 showAge = find_option("age",0,0)!=0;
706 zRev = find_option("r","r",1);
707 timeOrder = find_option("t","t",0)!=0;
708 if( verboseFlag ){
709 useHash = find_option("hash",0,0)!=0;
710 }
711
712 if( zRev!=0 ){
713 db_find_and_open_repository(0, 0);
714 verify_all_options();
715

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button