Bug 138372 - Add a branch keyword argument to _run_git_svn_find_rev in git.py
Summary: Add a branch keyword argument to _run_git_svn_find_rev in git.py
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-04 14:06 PST by Matthew Hanson
Modified: 2014-11-04 20:51 PST (History)
6 users (show)

See Also:


Attachments
Let _run_git_svn_find_rev take a keyword argument to specify the source branch (2.70 KB, patch)
2014-11-04 14:51 PST, Matthew Hanson
rniwa: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.