Issue while creating a new review request RB 2.5

2015-10-30 Thread Ram Padmanabhan
Hi all, I installed RB 2.5 on Ubuntu system and linked my bitbutcket repository. I am trying to create a new review request by uploading the diff file. I made a small change to a README file in my repository. I took the diff using the command 'git diff --full-index' After uploading the diff, I g

Re: Issue while creating a new review request RB 2.5

2015-10-30 Thread David Trowbridge
Git on Bitbucket currently requires that you use RBTools to upload your diffs. The reason for this is that the Bitbucket APIs are insufficient to fetch the original files using only the data in the diff file (which has blob ids but not the original commit id). RBTools will include the additional da

Re: Difference between -r and -u option in RBTools

2015-10-30 Thread David Trowbridge
On Thu, Oct 29, 2015 at 9:03 PM, Sam wrote: > 1- What is the difference between -r and -u option, seems with both you > can update the review? > With -u, rbt post will attempt to guess the right review request (and will prompt you if there are no exact matches). It makes things slightly easier s