| 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 dc430e3c67a7eaddd2b94083fbcad455f342c9f2..e7e220facafe9780061a2c12b98eb0442565bbdc 100644
|
| --- a/tools/push-to-trunk/common_includes.py
|
| +++ b/tools/push-to-trunk/common_includes.py
|
| @@ -370,6 +370,7 @@ class GitTagsOnlyMixin(VCInterface):
|
|
|
| def Fetch(self):
|
| self.step.Git("fetch")
|
| + self.step.GitSVNFetch()
|
|
|
| def GetTags(self):
|
| return self.step.Git("tag").strip().splitlines()
|
|
|