The behavior of `rbt diff` changed between 0.7.11 and 1.0.2.
It used to work the way I expected, but now it does not.
How do I obtain the old behavior?
My .reviewboardrc contains
TRACKING_BRANCH = "origin/master"
With the commit graph below, `$ git merge-base origin/master feature-branch`
reports commit A.
X---Y---Z origin/master
/
A
\
B---C feature-branch, HEAD
Under 0.7.11,
`$ rbt diff` gives the same output as `$ git diff A feature-branch`
Under 1.0.2,
`$ rbt diff` gives the same output as `$ git diff origin/master
feature-branch`
1. If this is an intentional design change, I don't understand the use-case.
2. How do I obtain the 0.7.11 behavior while using 1.0.2?
Thanks!
--
Supercharge your Review Board with Power Pack:
https://www.reviewboard.org/powerpack/
Want us to host Review Board for you? Check out RBCommons:
https://rbcommons.com/
Happy user? Let us know! https://www.reviewboard.org/users/
---
You received this message because you are subscribed to the Google Groups
"Review Board Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/reviewboard/bab8db80-2b5d-4466-bf60-b248da0bb031%40googlegroups.com.