How exclude file from diff with python API

2016-02-18 Thread dducatel
Hi everybody, I'm trying to ignore some file in a diff review (like --exclude from the rb post command) with the python API. Do you known a way to do that ? Thanks in advance for your help -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host

How exlude file from diff from Python API

2016-02-18 Thread dducatel
Hi everybody, I'm trying to do somethings like *rbt post --exclude* (cf documentation ) but with the Python API. I create a review request and I cannot find how update this new request for using a file filter in the diff. (I just