Home | History | Annotate | Download | only in release

Lines Matching full:commit

39     # Initial commit
46 Cr-Commit-Position: refs/heads/master@{#28059}"""
55 Cr-Commit-Position: refs/heads/master@{#28030}"""
65 self.assertEqual(len(result), 1, "Master commit not found")
68 "Master commit is wrong")
73 "Child commit not found")
77 "Child commit wrong")
85 self._execute_git(["commit", "--allow-empty", "-m", message])
89 > Cr-Commit-Position: refs/heads/master@{#28059}
94 Cr-Commit-Position: refs/heads/master@{#28088}"""
109 > Cr-Commit-Position: refs/heads/master@{#289}
114 Cr-Commit-Position: refs/heads/master@{#28088}"""
137 Cr-Commit-Position: refs/heads/master@{#28088}"""
165 Cr-Commit-Position: refs/heads/master@{#28088}"""
170 message = """Implement awesome feature: Master commit
174 Cr-Commit-Position: refs/heads/master@{#""" + commit_pos_of_master + "}"
177 # Separator commit
178 message = """Commit which is the origin of the branch
182 Cr-Commit-Position: refs/heads/master@{#28173}"""
185 # Filler commit
186 message = "Some unrelated commit: Not a hit"
189 # Related commit after separator: a hit
194 Cr-Commit-Position: refs/heads/master@{#29567}"""
219 "Wrong commit found")
224 > Cr-Commit-Position: refs/heads/master@{#289}
229 Cr-Commit-Position: refs/heads/master@{#28088}"""
257 self._execute_git(["commit", "--allow-empty", "-m", "A"])
258 self._execute_git(["commit", "--allow-empty", "-m", "B"])
259 self._execute_git(["commit", "--allow-empty", "-m", "C"])
260 self._execute_git(["commit", "--allow-empty", "-m", "D"])