512
512
SilentUIFactory.__init__(self)
513
513
self.puller_worker_protocol = puller_worker_protocol
515
def confirm_action(self, prompt, confirmation_id, args):
516
516
"""If we're asked to break a lock like a stale lock of ours, say yes.
520
520
branch_id = self.puller_worker_protocol.branch_id
521
522
if get_lock_id_for_branch_id(branch_id) in prompt: