| 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 e6642f9106747e6367693e5e4a0f10542202802d..567f23b0fe8a59df321dc1d62d71b4bf31eb296a 100755
|
| --- a/tools/push-to-trunk/auto_roll.py
|
| +++ b/tools/push-to-trunk/auto_roll.py
|
| @@ -47,7 +47,7 @@ class DetectLastPush(Step):
|
| MESSAGE = "Detect commit ID of the last push to trunk."
|
|
|
| def RunStep(self):
|
| - push_hash = self.FindLastTrunkPush()
|
| + push_hash = self.FindLastTrunkPush(include_patches=True)
|
| self["last_push"] = self.GitSVNFindSVNRev(push_hash)
|
|
|
|
|
|
|