post-review handling of added files in a Perforce changelist is now correct

Review Request #2686 — Created Nov. 5, 2011 and submitted — Latest diff uploaded

Information

RBTools
release-0.3.x

Reviewers

It is a erroneous asumption that an added file has no revisions yet. It is true for pre-commit reviews, but far from true in post commit reviews. So if a file is added it must be explicitly specified that we need its first revision. Otherwise we will get its last revision by default.

 
    Loading...