[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:20:01 PDT 2014


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





--- Comment #2 from Ryosuke Niwa <rniwa at webkit.org>  2014-05-21 22:20:24 PST ---
(From update of attachment 231854)
View in context: https://bugs.webkit.org/attachment.cgi?id=231854&action=review

Do we really need to support all of them?

> Tools/Scripts/webkitpy/common/checkout/changelog.py:31
> +import codecs

Why do we need to import codecs now?

> Tools/Scripts/webkitpy/common/checkout/scm/git.py:-241
> -    def added_files(self):
> -        return self.run_status_and_extract_filenames(self.status_command(), self._status_regexp("A"))
> -
> -    def deleted_files(self):
> -        return self.run_status_and_extract_filenames(self.status_command(), self._status_regexp("D"))
> -

Doesn't this break git?

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