From: Zygo Blaxell Date: Sat, 9 Jan 2010 02:33:20 +0000 (-0500) Subject: merge_files: add extra sanity check that input files are in fact files X-Git-Tag: dm6-0.20100514~18 X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6910de85c5daa8b99a1ea7d6e4614584fbfdfec5;hp=6910de85c5daa8b99a1ea7d6e4614584fbfdfec5;p=dupemerge merge_files: add extra sanity check that input files are in fact files Now that there is no '-f _' filter in the input loop, merge_files may encounter a candidate or incumbent filename which resolves to a non-file object on the filesystem. If --skip-hash is not used, this sanity check will be applied during file hashing; however, if --skip-hash is used, the sanity check will not be applied until the files are compared. ---