| Index: tools/push-to-trunk/common_includes.py
|
| diff --git a/tools/push-to-trunk/common_includes.py b/tools/push-to-trunk/common_includes.py
|
| index 84468b1801579b16357c4367379c3085c49a2553..40c47b2871e40faac6b75daa8cbfe6ddfd30efc1 100644
|
| --- a/tools/push-to-trunk/common_includes.py
|
| +++ b/tools/push-to-trunk/common_includes.py
|
| @@ -589,7 +589,7 @@ class Step(GitRecipesMixin):
|
| except GitFailedException:
|
| self.WaitForResolvingConflicts(patch_file)
|
|
|
| - def FindLastTrunkPush(
|
| + def FindLastCandidatesPush(
|
| self, parent_hash="", branch="", include_patches=False):
|
| push_pattern = "^Version [[:digit:]]*\.[[:digit:]]*\.[[:digit:]]*"
|
| if not include_patches:
|
|
|