Home
last modified time | relevance | path

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

/external/llvm-project/llvm/utils/git/
Dpre-push.py67 def ask_confirm(prompt): function
149 …if not ask_confirm('Are you sure you want to delete "%s" on remote "%s"?' % (remote_ref, args.url)…
155 …if not ask_confirm('Are you sure you want to push a new branch/tag "%s" on remote "%s"?' % (remote…
177 if not ask_confirm('Are you sure you want to push %d commits?' % len(revs)):