From 1410bcc76725b50be794b385006dedd96bebf0fb Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Thu, 22 Jan 2015 15:45:34 +0100 Subject: This should finally fix travis ci --- git/test/test_docs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/test/test_docs.py') diff --git a/git/test/test_docs.py b/git/test/test_docs.py index 397641e0..586f0ce4 100644 --- a/git/test/test_docs.py +++ b/git/test/test_docs.py @@ -431,7 +431,7 @@ class Tutorials(TestBase): # [31-test_references_and_objects] git = repo.git - git.checkout('head', b="my_new_branch") # create a new branch + git.checkout('HEAD', b="my_new_branch") # create a new branch git.branch('another-new-one') git.branch('-D', 'another-new-one') # pass strings for full control over argument order git.for_each_ref() # '-' becomes '_' when calling it -- cgit v1.2.1