Home
last modified time | relevance | path

Searched refs:PushToTrunk (Results 1 – 3 of 3) sorted by relevance

/external/v8/tools/push-to-trunk/
Dauto_push.py105 class PushToTrunk(Step): class
114 push_to_trunk.PushToTrunk().Run,
147 PushToTrunk,
Dtest_scripts.py380 def RunStep(self, script=PushToTrunk, step_class=Step, args=None):
527 self.RunStep(PushToTrunk, PreparePushRevision)
557 self.RunStep(PushToTrunk, PrepareChangeLog)
598 self.RunStep(PushToTrunk, EditChangeLog)
618 self.RunStep(PushToTrunk, IncrementVersion)
638 self.RunStep(PushToTrunk, SquashCommits)
806 PushToTrunk(TEST_CONFIG, self).Run(args)
Dpush_to_trunk.py395 class PushToTrunk(ScriptsBase): class
464 sys.exit(PushToTrunk().Run())