Index: tools/push-to-trunk/auto_roll.py |
diff --git a/tools/push-to-trunk/auto_roll.py b/tools/push-to-trunk/auto_roll.py |
index 120e633b6915736c687ff3fc899dd44608ffd209..2cca070f9fdf05cb4a48fcbd0615dd844ce6e279 100755 |
--- a/tools/push-to-trunk/auto_roll.py |
+++ b/tools/push-to-trunk/auto_roll.py |
@@ -43,7 +43,7 @@ class DetectLastPush(Step): |
def RunStep(self): |
push_hash = self.FindLastTrunkPush( |
- branch="origin/master", include_patches=True) |
+ branch="origin/candidates", include_patches=True) |
self["last_push"] = self.GetCommitPositionNumber(push_hash) |