Refactor commit-specific utils into new module

Review Request #7072 — Created March 17, 2015 and submitted

Information

Review Board
dvcs
1d60141...

Reviewers

The DiffCommitFileExistenceChecker class has been moved into the new
commitutils module, which wil hold all utility classes and functions
pertaining to DiffCommits going forward. Previously they were being
put into diffutils, but this new module seems like a better place for
them.

Ran unit tests.

Description From Last Updated

This file needs the unicode_literals import.

chipx86chipx86

Swap these.

chipx86chipx86
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/diffviewer/diffutils.py
        reviewboard/diffviewer/managers.py
        reviewboard/diffviewer/commitutils.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/diffviewer/diffutils.py
        reviewboard/diffviewer/managers.py
        reviewboard/diffviewer/commitutils.py
    
    
  2. 
      
chipx86
  1. 
      
  2. reviewboard/diffviewer/commitutils.py (Diff revision 1)
     
     
    Show all issues

    This file needs the unicode_literals import.

  3. reviewboard/diffviewer/managers.py (Diff revision 1)
     
     
     
    Show all issues

    Swap these.

  4. 
      
brennie
reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/diffviewer/diffutils.py
        reviewboard/diffviewer/managers.py
        reviewboard/diffviewer/commitutils.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/diffviewer/diffutils.py
        reviewboard/diffviewer/managers.py
        reviewboard/diffviewer/commitutils.py
    
    
  2. 
      
david
  1. Ship It!
  2. 
      
brennie
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to dvcs (1e9ae59)
Loading...