Fix posting submitted changelists for perforce.

Review Request #5837 — Created May 16, 2014 and submitted

Information

RBTools
master
ca6470b...

Reviewers

The code to post submitted changelists would end up posting a diff for both
the intended change and the one preceeding it. This is because we passed in
our (base, tip] revisions for 'p4 filelog', which itself behaves as [base,
tip]. To work around this, I've added code to increment the base revision
before calling filelog.

Ran unit tests.

reviewbot
  1. This is a review from Review Bot.
      Tool: PEP8 Style Checker
      Processed Files:
        rbtools/clients/perforce.py
      Ignored Files:
    
    
  2. 
      
reviewbot
  1. This is a review from Review Bot.
      Tool: Pyflakes
      Processed Files:
        rbtools/clients/perforce.py
      Ignored Files:
    
    
  2. 
      
chipx86
  1. Ship It!

  2. 
      
david
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-0.6.x (b64f6a4)
Loading...