[Webkit-unassigned] [Bug 131415] New: Improve support for SCM statuses in scm.py

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 8 18:11:39 PDT 2014


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

           Summary: Improve support for SCM statuses in scm.py
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P3
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: matthew_hanson at apple.com


When using the webkitpy.common.checkout.scm module, it is often useful to determine the status of the current checkout. The SVN class provides a solution using regular expressions, but it is not very extensible and duplicates quite a bit of code. Since the status codes correspond to a well-defined bitmask-like syntax, we can do better than resorting to calls like svn_instance.run_status_and_extract_filenames(self.status_command(), self._status_regexp("?")) when something like  svn_instance.unversioned_files() would be much more clear.

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