Refactor commit-specific utils into new module
Review Request #7072 — Created March 17, 2015 and submitted
The
DiffCommitFileExistenceChecker
class has been moved into the new
commitutils
module, which wil hold all utility classes and functions
pertaining toDiffCommit
s going forward. Previously they were being
put intodiffutils
, but this new module seems like a better place for
them.
Ran unit tests.