We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddbfc3a commit d275e14Copy full SHA for d275e14
src/GitVersionCore.Tests/Mocks/MockQueryableCommitLog.cs
@@ -36,23 +36,7 @@ public IEnumerable<LogEntry> QueryBy(string path)
36
{
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