[Webkit-unassigned] [Bug 125364] check-webkit-style should understand --git-index

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 29 11:30:58 PDT 2014


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


Mark Lam <mark.lam at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mark.lam at apple.com




--- Comment #4 from Mark Lam <mark.lam at apple.com>  2014-04-29 11:31:19 PST ---
This patch broke the Tools/Scripts/check-webkit-style script when run on a svn checkout.  For example:

$ ./Tools/Scripts/check-webkit-style 
Traceback (most recent call last):
  File "./Tools/Scripts/check-webkit-style", line 48, in <module>
    sys.exit(CheckWebKitStyle().main())
  File "/OpenSource/Tools/Scripts/webkitpy/style/main.py", line 152, in main
    patch = host.scm().create_patch(options.git_commit, changed_files=changed_files, git_index=options.git_index)
TypeError: create_patch() got an unexpected keyword argument 'git_index'

-- 
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