With the recent arrival of the stack log, patch deletion can now be undone. Signed-off-by: Karl Hasselström <kha@xxxxxxxxxxx> --- stgit/commands/delete.py | 4 +--- 1 files changed, 1 insertions(+), 3 deletions(-) diff --git a/stgit/commands/delete.py b/stgit/commands/delete.py index 40cef3f..1b59cdd 100644 --- a/stgit/commands/delete.py +++ b/stgit/commands/delete.py @@ -25,9 +25,7 @@ help = 'Delete patches' 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)] -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html