Refactor commit-specific utils into new module
Review Request #7072 — Created March 17, 2015 and submitted — Latest diff uploaded
The
DiffCommitFileExistenceCheckerclass has been moved into the new
commitutilsmodule, which wil hold all utility classes and functions
pertaining toDiffCommits 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 |
|---|