From: Karl Hasselström Date: Sun, 21 Sep 2008 18:34:07 +0000 (+0200) Subject: Remove misleading "stg delete" documentation X-Git-Tag: v0.15-rc1~126 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/commitdiff_plain/dacc59cb88970716a41b14898fc49e1616cedadf?ds=sidebyside Remove misleading "stg delete" documentation With the recent arrival of the stack log, patch deletion can now be undone. Signed-off-by: Karl Hasselström --- 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] [] [..]'] 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)]