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)
3737 throw new NotImplementedException ( ) ;
3838 }
3939
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- }
5640
5741 public IEnumerable < LogEntry > QueryBy ( string path , CommitFilter filter )
5842 {
You can’t perform that action at this time.
0 commit comments