Searched refs:__run (Results 1 – 1 of 1) sorted by relevance
170 def __run(cmd): function184 __run('git fetch')185 __run('git checkout %s' % rev)186 __run('git tag -f devtool-base-new')192 check_branch, check_branch_err = __run('git branch -r --contains %s' % srcrev)210 __run('git checkout devtool-base -b devtool-%s' % newpv)241 (stdout,_) = __run('git ls-files --modified --others')248 __run('git add -f -A %s' % ' '.join(['"%s"' % item for item in batch]))254 …__run('git %s commit -q -m "Commit of upstream changes at version %s" --allow-empty' % (' '.join(u…255 __run('git tag -f devtool-base-%s' % newpv)[all …]