Raghav S

Results 31 comments of Raghav S

@HowardWolosky I've rebased and added the remaining test cases. Please feel free to take a look. Thanks! https://github.com/microsoft/PowerShellForGitHub/pull/97

Here are my proposals for this cmdlet: **Name:** Merge-GitHubRepositoryBranches **FileName:** GitHubRepositoryMerge.ps1 It takes the following parameters * OwnerName * RepositoryName * Uri * AccessToken * NoStatus * Base (_base_ in...

@HowardWolosky thanks for the note on the `201` vs `204`. Looking forward to getting this in :)

@HowardWolosky I think I need the ability to create branches so I can add tests for this. Shall I concentrate on adding that and then come back to this?

Also, here is a tentative PR: https://github.com/PowerShell/PowerShellForGitHub/pull/89 I've tested the code manually using my own access token

@HowardWolosky sorry something came up and I didnt devote my time to this. I am planning to get this done with some form of test cases this weekend. Would that...

@HowardWolosky I have added a set of test cases I realized I need the functionality to create content in a branch as that will be useful to test the merging...

@HowardWolosky thanks for the comments. I'll take stock of the changes (It's been some time since I had a look at the code) and respond to the comments

I'm planning to rebase my #84 branch on top of this so I can get that ready for review as well while this is being reviewed

@HowardWolosky dropping a note to update that I'll take a look at this probably this weekend. (I wish I could spend more time on this repo) Thanks for being patient!