Lines Matching refs:__run
170 def __run(cmd): function
184 __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)
257 (stdout, _) = __run('git rev-parse HEAD')
265 __run('git checkout devtool-patched -b %s' % branch)
266 (stdout, _) = __run('git branch --list devtool-override-*')
270 __run('git checkout %s' % b)
272 __run('git rebase %s' % rev)
276 __run('git rebase --abort')
279 __run('git checkout %s' % branch)