Bug 138475

Summary: Remove code that prepends a leading 'r' to the first argument of _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: commit-queue, dbates, glenn, mrowe, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch rniwa: review+

Description Matthew Hanson 2014-11-06 14:04:46 PST
This code breaks compatibility with the svn_revision_from_git_commit method. Once it is removed, it is up to the caller of _run_git_svn_find_rev to ensure that its revision is prepended with an 'r', when calling _run_git_svn_find_rev with an SVN revision.
Comment 1 Matthew Hanson 2014-11-06 14:07:16 PST
Created attachment 241132 [details]
Patch
Comment 2 Matthew Hanson 2014-11-06 14:41:26 PST
Committed r175717: <http://trac.webkit.org/changeset/175717>