Add kwargs argument to HostingService get_file and get_file_exists

Review Request #7726 — Created Oct. 23, 2015 and submitted

Information

Review Board
release-2.0.x

Reviewers

Omitting the kwargs argument causes us to drop at least the base_commit_id
argument to the SCMTool get_file and get_file_exists implementations and
could cause us to drop other arguments as well.

The unit tests were run

reviewbot
  1. Tool: Pyflakes
    Processed Files:
        reviewboard/hostingsvcs/service.py
    
    
    
    Tool: PEP8 Style Checker
    Processed Files:
        reviewboard/hostingsvcs/service.py
    
    
  2. 
      
brennie
  1. Ship It!
  2. 
      
DM
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.0.x (4941da9)
Loading...