OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ask_confirm
(Results
1 - 2
of
2
) 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)):
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 509 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026