Bug 138372

Summary: Add a branch keyword argument to _run_git_svn_find_rev in git.py
Product: WebKit Reporter: Matthew Hanson <matthew_hanson>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, commit-queue, ddkilzer, glenn, matthew_hanson, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Let _run_git_svn_find_rev take a keyword argument to specify the source branch rniwa: review+

Description Matthew Hanson 2014-11-04 14:06:55 PST
This allows clients to resolve SVN commits made to a branch, rather than tacitly assuming that the commits were made on trunk/origin.
Comment 1 Matthew Hanson 2014-11-04 14:51:01 PST
Created attachment 240952 [details]
Let _run_git_svn_find_rev take a keyword argument to specify the source branch
Comment 2 Matthew Hanson 2014-11-04 20:51:10 PST
Committed in http://trac.webkit.org/changeset/175603.