Home | History | Annotate | Download | only in checkout

Lines Matching refs:git_commit

1024         commit_text = scm.commit_with_message("another test commit", git_commit="HEAD^")
1035 commit_text = scm.commit_with_message("another test commit", git_commit="HEAD~2..HEAD")
1046 commit_text = scm.commit_with_message("another test commit", git_commit="HEAD..")
1074 self.assertRaises(ScriptError, scm.commit_with_message, "another test commit", git_commit="HEAD^")
1175 patch = scm.create_patch(git_commit="HEAD^")
1182 patch = scm.create_patch(git_commit="HEAD~2..HEAD")
1190 patch = scm.create_patch(git_commit="HEAD..")
1246 files = scm.changed_files(git_commit="HEAD^")
1253 files = scm.changed_files(git_commit="HEAD~2..HEAD")
1261 files = scm.changed_files(git_commit="HEAD..")