| Index: tools/release/auto_push.py
|
| diff --git a/tools/release/auto_push.py b/tools/release/auto_push.py
|
| index a876d7378ba500253dac649a60669fae162f9206..aba5cba72a717625c4d6f58ddc45f66efe730c43 100755
|
| --- a/tools/release/auto_push.py
|
| +++ b/tools/release/auto_push.py
|
| @@ -41,8 +41,8 @@ class Preparation(Step):
|
| MESSAGE = "Preparation."
|
|
|
| def RunStep(self):
|
| - self.InitialEnvironmentChecks(self.default_cwd)
|
| - self.CommonPrepare()
|
| + # Fetch unfetched revisions.
|
| + self.vc.Fetch()
|
|
|
|
|
| class FetchCandidate(Step):
|
|
|