[Webkit-unassigned] [Bug 124889] Move methods which belong to Checkout

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 26 07:15:17 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=124889





--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org>  2013-11-26 07:13:45 PST ---
(From update of attachment 217878)
View in context: https://bugs.webkit.org/attachment.cgi?id=217878&action=review

> Tools/Scripts/webkitpy/common/checkout/scm/svn.py:276
> -        return self.run([self.script_path("svn-create-patch")] + changed_files,
> +        script_path = self._filesystem.join(self.checkout_root, "Tools", "Scripts", "svn-create-patch")
> +        return self.run([script_path] + changed_files,

Why are we not moving this method to Checkout?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list