X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/stgit/blobdiff_plain/f9d69fc4927827056cba918d9900e638845864f6..6c8a90e1b43ee2f8e687a2b392fb0ce192e61bda:/stgit/commands/redo.py?ds=inline diff --git a/stgit/commands/redo.py b/stgit/commands/redo.py index 8e62a1d..eb8b20f 100644 --- 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.""" +args = [] options = [ opt('-n', '--number', type = 'int', metavar = 'N', default = 1, short = 'Undo the last N undos'),