well that was a silly merge

This commit is contained in:
Brendan Forster
2014-02-20 11:30:05 +11:00
parent 221ce7fee4
commit 5106db8f17
+2
View File
@@ -25,6 +25,8 @@ namespace Octokit
CommitStatus = new CommitStatusClient(apiConnection);
RepoCollaborators = new RepoCollaboratorsClient(apiConnection);
Statistics = new StatisticsClient(apiConnection);
Deployment = new DeploymentsClient(apiConnection);
PullRequest = new PullRequestsClient(apiConnection);
}
/// <summary>