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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
git.py 46 def __init__(self, num_local_commits, has_working_directory_changes):
48 num_local_commits, ["clean", "not clean"][has_working_directory_changes]))
49 self.num_local_commits = num_local_commits
366 num_local_commits = len(self.local_commits())
367 if num_local_commits > 1 or (num_local_commits > 0 and has_working_directory_changes):
368 raise AmbiguousCommitError(num_local_commits, has_working_directory_changes)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/steps/
commit.py 53 error.num_local_commits))

Completed in 109 milliseconds