Fixing assumption that git master is svn trunk

Review Request #1307 — Created Dec. 22, 2009 and submitted — Latest diff uploaded

Information

RBTools

Reviewers

post-review assumes that master is tracking your svn trunk when the GitClient makes an svn diff, this patch uses the parent_branch instead of hard-coding master which fixes the issue when master is not the same as svn trunk.
This works well in my environment, there where no tests for this functionality.
    Loading...