File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
src/GitVersionCore.Tests/Mocks Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -37,22 +37,6 @@ public IEnumerable<LogEntry> QueryBy(string path)
37
37
throw new NotImplementedException ( ) ;
38
38
}
39
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
- throw new NotImplementedException ( ) ;
55
- }
56
40
57
41
public IEnumerable < LogEntry > QueryBy ( string path , CommitFilter filter )
58
42
{
You can’t perform that action at this time.
0 commit comments