chiark
/
gitweb
/
~mdw
/
stgit
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
2c1e19f
)
Remove misleading "stg delete" documentation
author
Karl Hasselström
<kha@treskal.com>
Sun, 21 Sep 2008 18:34:07 +0000
(20:34 +0200)
committer
Karl 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
patch
|
blob
|
blame
|
history
diff --git
a/stgit/commands/delete.py
b/stgit/commands/delete.py
index 40cef3fadec90c25d6facab27ae118acd33a06ad..1b59cdd520a48555f6fb0c0d66754c5fca38da06 100644
(file)
--- 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)]