Searched defs:local_commits (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/checkout/
H A Dscm.py193 commits = self.local_commits()
305 # but the SCM baseclass will only call local_commits methods when this is true.
319 def local_commits(self): member in class:SCM
674 def local_commits(self): member in class:Git
836 num_local_commits = len(self.local_commits())

Completed in 98 milliseconds