Differences From Artifact [6a56c0db7f]:
- File appfsd.tcl — part of check-in [6bae3dde7d] at 2014-11-03 22:31:54 on branch trunk — Updated to rely upon "sha1" package to compute hashes (user: rkeene, size: 8100) [annotate] [blame] [check-ins using]
To Artifact [a0bff81028]:
- File appfsd.tcl — part of check-in [0cefa306d2] at 2014-11-03 22:59:24 on branch trunk — Updated to complain if hash cannot be computed (user: rkeene, size: 8039) [annotate] [blame] [check-ins using]
︙ | |||
44 45 46 47 48 49 50 | 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | - - - + - | } else { set ncode "900" } close $fd if {$keyIsHash} { |
︙ |