We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c3c8f8 commit 59c3aa2Copy full SHA for 59c3aa2
src/GitVersionCore.Tests/Mocks/MockQueryableCommitLog.cs
@@ -37,22 +37,6 @@ public IEnumerable<LogEntry> QueryBy(string path)
37
throw new NotImplementedException();
38
}
39
40
-#pragma warning disable CS0618 // Type or member is obsolete
41
- public IEnumerable<LogEntry> QueryBy(string path, FollowFilter filter)
42
-#pragma warning restore CS0618 // Type or member is obsolete
43
- {
44
- throw new NotImplementedException();
45
- }
46
-
47
- public Commit FindMergeBase(Commit first, Commit second)
48
49
- return null;
50
51
52
- public Commit FindMergeBase(IEnumerable<Commit> commits, MergeBaseFindingStrategy strategy)
53
54
55
56
57
public IEnumerable<LogEntry> QueryBy(string path, CommitFilter filter)
58
{
0 commit comments