missing git api call forwarding

This commit is contained in:
Joao Moreno
2018-09-10 15:26:45 +02:00
parent 5aea637466
commit dec5ac9811

View File

@@ -116,7 +116,7 @@ export class ApiRepository implements Repository {
}
getMergeBase(ref1: string, ref2: string): Promise<string> {
throw new Error('Method not implemented.');
return this._repository.getMergeBase(ref1, ref2);
}
status(): Promise<void> {