summaryrefslogtreecommitdiff
path: root/rbtools
AgeCommit message (Collapse)Author
2009-07-26Perforce binary file diff corruption fix.trowbrds
When a binary file differed, post-review would miss printing a newline after "Binary Files differ", making the diff invalid for the subsequent file. This would cause that file's diff to be lost silently when parsed by reviewboard on the server side. Patch from Chris Trimble. Reviewed at http://reviews.review-board.org/r/915/
2009-07-26Check for "SunOS" in post-review and use gdiff instead of difftrowbrds
Solaris has BSD "diff" and GNU "gdiff". Since we use things which are only present in the GNU userland, we should account for that. This change checks for SunOS in the output of os.uname and uses gdiff if necessary.
2009-07-18Patch by Chris Clark to define a SCMCLIENTS list containing all knownchipx86
SCMClients, which makes it easier to update and maintain. Reviewed at http://reviews.review-board.org/r/882/
2009-07-18Install post-review as a Python module, with a generated post-review (orchipx86
post-review.exe) wrapping it. The official way to install post-review now is by installing RBTools. Reviewed at http://reviews.review-board.org/r/916/