HomeSort by: relevance | last modified time | path
    Searched defs:ask_confirm (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/git/
pre-push.py 67 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_ref, args.url)):
177 if not ask_confirm('Are you sure you want to push %d commits?' % len(revs)):

Completed in 24 milliseconds