With the recent arrival of the stack log, patch
deletion can now be undone.
Signed-off-by: Karl Hasselström <kha@treskal.com>
kind = 'patch'
usage = ['[options] <patch1> [<patch2>] [<patch3>..<patch4>]']
description = """
kind = 'patch'
usage = ['[options] <patch1> [<patch2>] [<patch3>..<patch4>]']
description = """
-Delete the patches passed as arguments.
-
-Note that the 'delete' operation is irreversible."""
+Delete the patches passed as arguments."""
args = [argparse.patch_range(argparse.applied_patches,
argparse.unapplied_patches)]
args = [argparse.patch_range(argparse.applied_patches,
argparse.unapplied_patches)]