Lines Matching full:commit
36 # Create an initial commit. We really care about the common case
37 # where there exists a commit in the upstream repo.
40 self.commit('initial_commit')
98 def commit(self, msg='default'):
100 Commit changes to repo with the supplied commit msg.
101 Also updates commit_hash with the hash for this commit.
103 @param msg: A message that goes with the commit.
105 self.git_repo_manager.commit(msg)
146 Test add, commit, pull, clone.
150 self.master_repo.commit()
160 self.master_repo.commit()