branch: Renamed BranchLookup to LookupBrnach

This commit is contained in:
Johann Weging 2013-10-08 14:52:22 +02:00
parent 6372ec052f
commit 4c4da3a846
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ func (b *Branch) IsHead() (bool, error) {
} }
func (repo *Repository) BranchLookup(branchName string, bt BranchType) (*Branch, error) { func (repo *Repository) LookupBranch(branchName string, bt BranchType) (*Branch, error) {
branch := new(Branch) branch := new(Branch)
cName := C.CString(branchName) cName := C.CString(branchName)