Searched defs:Push (Results 1 - 2 of 2) sorted by relevance

/frameworks/webview/chromium/tools/
H A Dmerge_to_android.py291 def Push(target_branch): function
292 """Push the finished snapshot to the Android repository.
328 logging.warn('Push aborted by the user!')
367 help=('Push the result of a previous merge to the server.'))
381 Push(options.target)
H A Dmerge_from_chromium.py476 def Push(version, target): function
477 """Push the finished snapshot to the Android repository."""
529 help=('Push the result of a previous merge to the server. Note '
567 Push(options.release, options.target)
569 Push(options.sha1, options.target)

Completed in 50 milliseconds