| Index: tools/push-to-trunk/chromium_roll.py
|
| diff --git a/tools/push-to-trunk/chromium_roll.py b/tools/push-to-trunk/chromium_roll.py
|
| index dc5e6eba22ee14dd66137c9fd20bdc7feba1f436..ceedbc179ecd32bb21dca15835be001f7fa819b8 100755
|
| --- a/tools/push-to-trunk/chromium_roll.py
|
| +++ b/tools/push-to-trunk/chromium_roll.py
|
| @@ -23,7 +23,7 @@ class DetectLastPush(Step):
|
|
|
| def RunStep(self):
|
| self["last_push"] = self._options.last_push or self.FindLastTrunkPush(
|
| - branch="origin/master", include_patches=True)
|
| + branch="origin/candidates", include_patches=True)
|
| self["trunk_revision"] = self.GetCommitPositionNumber(self["last_push"])
|
| self["push_title"] = self.GitLog(n=1, format="%s",
|
| git_hash=self["last_push"])
|
|
|