Searched refs:_local_commit (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/common/checkout/ |
D | scm_unittest.py | 984 def _local_commit(self, filename, contents, message): member in GitSVNTest 990 self._local_commit('test_file_commit1', 'more test content', 'another test commit') 999 … self._local_commit('test_file_commit2', 'still more test content', 'yet another test commit') 1002 self._local_commit('test_file_commit0', 'more test content', 'another test commit') 1115 self._local_commit('test_file2', 'asdf', 'asdf commit')
|