Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Conversation

@jcansdale
Copy link
Collaborator

A bunch of little things.

@jcansdale jcansdale requested review from grokys and shana July 6, 2017 17:35
Copy link
Contributor

@grokys grokys left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved with a small change that might make merging #1036 a little easier (really minor thing though)

if (mergeBase == null)
{
throw new FileNotFoundException($"Couldn't find merge base between {baseSha} and {headSha}.");
throw new InvalidOperationException($"Couldn't find merge base between {baseSha} and {headSha}.");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In #1036, I changed this to LibGit2Sharp.NotFoundException so might be worth reverting this change until that's merged to prevent merge conflicts.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will do.

Will be fixed in a different PR.
This reverts commit 1744375.
@grokys grokys merged commit f051dca into master Jul 11, 2017
@grokys grokys deleted the jcansdale/shana-comments branch July 11, 2017 10:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants