Searched refs:PushToTrunk (Results 1 – 3 of 3) sorted by relevance
/external/v8/tools/push-to-trunk/ |
D | auto_push.py | 105 class PushToTrunk(Step): class 114 push_to_trunk.PushToTrunk().Run, 147 PushToTrunk,
|
D | test_scripts.py | 380 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)
|
D | push_to_trunk.py | 395 class PushToTrunk(ScriptsBase): class 464 sys.exit(PushToTrunk().Run())
|