fixing all the merge conflicts

This commit is contained in:
Brendan Forster
2014-02-03 15:57:15 +11:00
parent 07faec840e
commit 34df44410c
2 changed files with 5 additions and 0 deletions
@@ -67,6 +67,7 @@
<Compile Include="Clients\GistsClientTests.cs" />
<Compile Include="Clients\IssuesEventsClientTests.cs" />
<Compile Include="Clients\MilestonesClientTests.cs" />
<Compile Include="Clients\PullRequestsClientTests.cs" />
<Compile Include="Clients\ReferencesClientTests.cs" />
<Compile Include="Clients\TreeClientTests.cs" />
<Compile Include="Clients\FollowersClientTests.cs" />
+4
View File
@@ -210,6 +210,10 @@ namespace Octokit
/// </remarks>
public IRepoCollaboratorsClient RepoCollaborators { get; private set; }
/// <summary>
/// Client for managing pull requests.
/// </summary>
public IPullRequestsClient PullRequest { get; private set; }
/// <summary>
/// Gets all the branches for the specified repository.