RESOLVED FIXED 159652
SVN.create_patch should find svn-create-patch relative to the WebKit root.
https://bugs.webkit.org/show_bug.cgi?id=159652
Summary SVN.create_patch should find svn-create-patch relative to the WebKit root.
Jason Marcell
Reported 2016-07-11 16:08:21 PDT
SVN.create_patch should find svn-create-patch relative to the WebKit root.
Attachments
Patch (1.91 KB, patch)
2016-07-11 16:10 PDT, Jason Marcell
dbates: review+
Jason Marcell
Comment 1 2016-07-11 16:10:10 PDT
Daniel Bates
Comment 2 2016-07-11 16:19:44 PDT
Comment on attachment 283360 [details] Patch r=me
Daniel Bates
Comment 3 2016-07-11 16:20:35 PDT
Comment on attachment 283360 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=283360&action=review > Tools/Scripts/webkitpy/common/checkout/scm/svn.py:42 > +from webkitpy.common.webkit_finder import WebKitFinder > from webkitpy.common.memoized import memoized > from webkitpy.common.system.executive import Executive, ScriptError > from webkitpy.common.config.urls import svn_server_host, svn_server_realm Please sort these imports with respect to the UNIX sort command.
Jason Marcell
Comment 4 2016-07-11 17:25:54 PDT
Note You need to log in before you can comment on or make changes to this bug.