[Webkit-unassigned] [Bug 41153] rebaseline-chromium-webkit-tests should add or remove files to local git repository

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 25 09:37:28 PDT 2010


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





--- Comment #12 from Victor Wang <victorw at chromium.org>  2010-06-25 09:37:27 PST ---
(From update of attachment 59732)
WebKitTools/Scripts/webkitpy/common/checkout/scm.py:190
 +          raise NotImplementedError("subclasses must implement")
Changed to "raise NotImplementedError, "subclasses must implement"" to be consistent with others.

WebKitTools/Scripts/webkitpy/common/checkout/scm.py:352
 +          parent, here = os.path.split(path)
os.path.dirname(path)?

WebKitTools/Scripts/webkitpy/layout_tests/rebaseline_chromium_webkit_tests.py:475
 +                  if 0 != self._scm.add(expected_fullpath, return_exit_code=True):
What if the file is already under  SVN and here try to add it again?

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