Title: [167957] trunk/Tools/Scripts/webkitpy/common/checkout/scm/svn.py
Revision
167957
Author
lforsch...@apple.com
Date
2014-04-29 14:58:08 -0700 (Tue, 29 Apr 2014)

Log Message

Fix check-webkit-style after r167926.

Modified Paths

Diff

Modified: trunk/Tools/Scripts/webkitpy/common/checkout/scm/svn.py (167956 => 167957)


--- trunk/Tools/Scripts/webkitpy/common/checkout/scm/svn.py	2014-04-29 21:54:23 UTC (rev 167956)
+++ trunk/Tools/Scripts/webkitpy/common/checkout/scm/svn.py	2014-04-29 21:58:08 UTC (rev 167957)
@@ -264,7 +264,7 @@
         return match.group('value')
 
     # FIXME: This method should be on Checkout.
-    def create_patch(self, git_commit=None, changed_files=None):
+    def create_patch(self, git_commit=None, changed_files=None, git_index=None):
         """Returns a byte array (str()) representing the patch file.
         Patch files are effectively binary since they may contain
         files of multiple different encodings."""
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to