[Webkit-unassigned] [Bug 131415] Improve support for SVN statuses in scm.py

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 21 22:28:59 PDT 2014


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





--- Comment #3 from Matthew Hanson <matthew_hanson at apple.com>  2014-05-21 22:29:22 PST ---
(From update of attachment 231854)
View in context: https://bugs.webkit.org/attachment.cgi?id=231854&action=review

>> Tools/Scripts/webkitpy/common/checkout/changelog.py:31
>> +import codecs
> 
> Why do we need to import codecs now?

This is an artifact. I will remove it.

>> Tools/Scripts/webkitpy/common/checkout/scm/git.py:-241
>> -
> 
> Doesn't this break git?

This does not break git, because the git implementation of status_command() is not `git st`, but `git diff --name-status --no-renames HEAD`

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