Index: tools/push-to-trunk/push_to_trunk.py |
diff --git a/tools/push-to-trunk/push_to_trunk.py b/tools/push-to-trunk/push_to_trunk.py |
index f6dcf2e277f4b10311e7b6681afeb2c25db70d38..c05f7489a2bd201be92511ee111cc3f2029df87d 100755 |
--- a/tools/push-to-trunk/push_to_trunk.py |
+++ b/tools/push-to-trunk/push_to_trunk.py |
@@ -130,7 +130,7 @@ class GetCurrentBleedingEdgeVersion(Step): |
MESSAGE = "Get latest bleeding edge version." |
def RunStep(self): |
- self.GitCheckoutFile(self.Config(VERSION_FILE), "master") |
+ self.GitCheckoutFile(self.Config(VERSION_FILE), "svn/bleeding_edge") |
# Store latest version. |
self.ReadAndPersistVersion("latest_") |