Fossil SCM
Removed a bit of unnecessary copy/paste backwards compatibility from [15001dd013].
Commit
aae387d956850ab9ffb6c4be668a5512a792283c0d5d9027d5cf5a70e20a1869
Parent
15001dd013152b7…
1 file changed
+1
-1
+1
-1
| --- src/checkin.c | ||
| +++ src/checkin.c | ||
| @@ -704,11 +704,11 @@ | ||
| 704 | 704 | } |
| 705 | 705 | showAge = find_option("age",0,0)!=0; |
| 706 | 706 | zRev = find_option("r","r",1); |
| 707 | 707 | timeOrder = find_option("t","t",0)!=0; |
| 708 | 708 | if( verboseFlag ){ |
| 709 | - useHash = find_option("hash",0,0)!=0 || find_option("sha1sum",0,0)!=0; | |
| 709 | + useHash = find_option("hash",0,0)!=0; | |
| 710 | 710 | } |
| 711 | 711 | |
| 712 | 712 | if( zRev!=0 ){ |
| 713 | 713 | db_find_and_open_repository(0, 0); |
| 714 | 714 | verify_all_options(); |
| 715 | 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 || 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 |