Fix git-svn uncommited parent branch errors

Review Request #2496 — Created July 24, 2011 and discarded — Latest diff uploaded

Information

RBTools
gitSvnParentBranch

Reviewers

Working with multiple branches allow posting reviews using --parent option over
uncommited branches.
    
With the following branch structure
    
    o master
     \
      o---o topicA
           \
            o---o topicB
    
posting a review from topicB (using --parent=topicA) will show changes from
boths branches but will only highlight topicB ones.

 
    Loading...