Remove obsolete members (#1622)

* remove obsolete "Branches" methods from RepositoryClient (all were previuosly moved to RepositoryBranchesClient)

* Remove obsolete DeploymentStatus fields

* Remove obsoleteMergePullRequest.Squash parameter

* Remove obsolete request ctor

* Remove tests

* Not sure how I missed these test references
This commit is contained in:
Ryan Gribble
2017-06-27 08:50:31 +10:00
committed by GitHub
parent 98dfd77142
commit b7ad64d92f
12 changed files with 1 additions and 846 deletions
@@ -29,12 +29,6 @@ namespace Octokit
/// </summary>
public string CommitTitle { get; set; }
/// <summary>
/// Commit a single commit to the head branch (optional)
/// </summary>
[Obsolete("Please use MergeMethod property. This property will no longer be supported by the GitHub API and will be removed in a future version")]
public bool Squash { get; set; }
/// <summary>
/// Specify the Merge method to use (optional - default is Merge)
/// </summary>