summaryrefslogtreecommitdiff
path: root/cherrypick_test.go
diff options
context:
space:
mode:
authorCarlos Martín Nieto <[email protected]>2015-08-31 13:49:17 +0200
committerCarlos Martín Nieto <[email protected]>2015-08-31 13:55:46 +0200
commitf72db33baf9a47fc8b0d0ad8e83881eba235b532 (patch)
tree0869cd25b8ea03495f35bcb42eb908cc72afb6af /cherrypick_test.go
parent157593f38da780c4f6cb6dc61275b9b36a3327bf (diff)
parentc6c2e9389fd2148d20f2e283000f5b4204dbcdc8 (diff)
Merge branch 'next'
Diffstat (limited to 'cherrypick_test.go')
-rw-r--r--cherrypick_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cherrypick_test.go b/cherrypick_test.go
index 09bc524..a3246bd 100644
--- a/cherrypick_test.go
+++ b/cherrypick_test.go
@@ -16,7 +16,7 @@ func checkout(t *testing.T, repo *Repository, commit *Commit) {
t.Fatal(err)
}
- err = repo.SetHeadDetached(commit.Id(), commit.Author(), "checkout")
+ err = repo.SetHeadDetached(commit.Id())
if err != nil {
t.Fatal(err)
}