chiark / gitweb /
Remove misleading "stg delete" documentation
authorKarl Hasselström <kha@treskal.com>
Sun, 21 Sep 2008 18:34:07 +0000 (20:34 +0200)
committerKarl Hasselström <kha@treskal.com>
Sun, 21 Sep 2008 18:34:07 +0000 (20:34 +0200)
With the recent arrival of the stack log, patch
deletion can now be undone.

Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/commands/delete.py

index 40cef3fadec90c25d6facab27ae118acd33a06ad..1b59cdd520a48555f6fb0c0d66754c5fca38da06 100644 (file)
@@ -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)]