Refactor commit-specific utils into new module
Review Request #7072 — Created March 17, 2015 and submitted — Latest diff uploaded
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.
Diff Revision 1
This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.
orig
1
2
reviewboard/diffviewer/commitutils.py |
---|
reviewboard/diffviewer/diffutils.py |
---|
reviewboard/diffviewer/managers.py |
---|