253
252
return patches.parse_patch(diff_file)
255
def prompt(self, message, choices, default):
272
def prompt_bool(self, question, long=False, allow_editor=False):
259
273
"""Prompt the user with a yes/no question.
261
275
This may be overridden by self.auto. It may also *set* self.auto. It