Call through to the underlying repo.

This commit is contained in:
joshaber
2016-04-25 17:09:07 -04:00
parent 2c91f3b71c
commit fdb439be9c

View File

@@ -246,7 +246,7 @@ export default class GitRepositoryAsync {
// Returns a {Promise} which resolves to a {String} branch name such as
// `refs/remotes/origin/master`.
getUpstreamBranch (_path) {
return this.getUpstreamBranch(_path)
return this.repo.getUpstreamBranch(_path)
}
// Public: Gets all the local and remote references.