Esempio n. 1
0
 /// <summary>
 /// List of comments on the specified commit.
 /// </summary>
 /// <param name="revision">The commit's SHA1.</param>
 /// <returns></returns>
 public List <Comment> ListCommitComments(string revision)
 {
     return(_repositoriesEndPoint.ListCommitComments(_accountName, _repository, revision));
 }