chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Automatic bash completion
[stgit]
/
stgit
/
commands
/
redo.py
diff --git
a/stgit/commands/redo.py
b/stgit/commands/redo.py
index 8e62a1dcbd9980bcac5292e6cbf0f09c7826ae9b..eb8b20fb23cb7ffc59c7bb3f0c6c4d01253211e0 100644
(file)
--- a/
stgit/commands/redo.py
+++ b/
stgit/commands/redo.py
@@
-32,6
+32,7
@@
the effects of consecutive invocations of "stg undo".
It is an error to run "stg redo" if the last command was not an
undo."""
It is an error to run "stg redo" if the last command was not an
undo."""
+args = []
options = [
opt('-n', '--number', type = 'int', metavar = 'N', default = 1,
short = 'Undo the last N undos'),
options = [
opt('-n', '--number', type = 'int', metavar = 'N', default = 1,
short = 'Undo the last N undos'),