HomeSort by relevance Sort by last modified time
    Searched refs:working_directory_is_clean (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 143 def __init__(self, num_local_commits, working_directory_is_clean):
145 self.working_directory_is_clean = working_directory_is_clean
181 if self.working_directory_is_clean():
238 def working_directory_is_clean(self): member in class:SCM
393 def working_directory_is_clean(self): member in class:SVN
681 def working_directory_is_clean(self): member in class:Git
687 # Could run git clean here too, but that wouldn't match working_directory_is_clean
689 # Aborting rebase even though this does not match working_directory_is_clean
    [all...]
scm_unittest.py     [all...]
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
commit.py 40 working_directory_message = "" if error.working_directory_is_clean else " and working copy changes"

Completed in 1024 milliseconds