From dacc59cb88970716a41b14898fc49e1616cedadf Mon Sep 17 00:00:00 2001 From: =?utf8?q?Karl=20Hasselstr=C3=B6m?= Date: Sun, 21 Sep 2008 20:34:07 +0200 Subject: [PATCH] Remove misleading "stg delete" documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit With the recent arrival of the stack log, patch deletion can now be undone. Signed-off-by: Karl Hasselström --- stgit/commands/delete.py | 4 +--- 1 file changed, 1 insertion(+), 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] [] [..]'] 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)] -- 2.11.0