Only do diffs for files.
Review Request #8570 — Created Dec. 13, 2016 and submitted
The
TFSDiffer
code was trying to do diffs of all changed items, which could
include added/removed folders as well as files. This change adds in a check to
make sure we only do diffs on files.
Simple testing that diffs still worked.