* [StGit PATCH] Remove misleading "stg delete" documentation
@ 2008-09-21 19:06 Karl Hasselström
0 siblings, 0 replies; only message in thread
From: Karl Hasselström @ 2008-09-21 19:06 UTC (permalink / raw)
To: Catalin Marinas; +Cc: git
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 | 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)]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-09-21 19:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-09-21 19:06 [StGit PATCH] Remove misleading "stg delete" documentation Karl Hasselström
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).