RESOLVED FIXED 138475
Remove code that prepends a leading 'r' to the first argument of _run_git_svn_find_rev in git.py
https://bugs.webkit.org/show_bug.cgi?id=138475
Summary Remove code that prepends a leading 'r' to the first argument of _run_git_svn...
Matthew Hanson
Reported 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.
Attachments
Patch (2.83 KB, patch)
2014-11-06 14:07 PST, Matthew Hanson
rniwa: review+
Matthew Hanson
Comment 1 2014-11-06 14:07:16 PST
Matthew Hanson
Comment 2 2014-11-06 14:41:26 PST
Note You need to log in before you can comment on or make changes to this bug.