Re: uploading a base diff file in 2.5.9

2017-08-14 Thread David Trowbridge
The UI is a bit smarter now. First, select the diff that you want to review. It will detect if a parent diff is necessary, and prompt you for it. It's almost always faster and easier to use RBTools for this, though. There you could just run "rbt post b1..b2" and it will do the right thing.

uploading a base diff file in 2.5.9

2017-08-14 Thread Sergey Shelukhin
Hi. I have two local git branches, b2 deriving from b1 which in turn derives from master, and I want to post a b1-b2 diff for review without pushing anything anywhere. I used to be able to do it by specifying a base diff (on top of which the desired diff would apply to master). In the version