-
-
/trunk/rbtools/scripts/post-review (Diff revision 1) what is the difference between specifiying the parent as the branch you want to diff against, and diff gitsvn_parent_branch?
Add --gitsvnparent option to post-review
Review Request #793 — Created March 29, 2009 and discarded
Information | |
---|---|
sandy | |
Review Board SVN (deprecated) | |
999 | |
Reviewers | |
reviewboard | |
Assuming you have a local git branch "1.0" which is where you "git svn rebase" and "git svn dcommit" for an SVN branch, a common use case would be: 1. git checkout -b new-1.0-fix 1.0 2. hack hack hack, commit commit commit 3. post-review --gitsvnparent=1.0 The reasons why I need a feature like this are best described in the bug.
HE
HE
-
-
/trunk/rbtools/scripts/post-review (Diff revision 1) I think these are the lines I commented out to get the behavior from --parent I wanted. I don't know if that is the right solution or not though.
HE
-
-
/trunk/rbtools/scripts/post-review (Diff revision 1) I also changed this line to: rev = execute(["git", "svn", "find-rev", parent_branch]).strip()