X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/a1e0467d1262ac793a63a650d547cded11f74fe7..33ff9cdd840cfe2780acc41d88d33c8c3bc2761e:/stgit/commands/uncommit.py diff --git a/stgit/commands/uncommit.py b/stgit/commands/uncommit.py index 19ec3c9..c44385d 100644 --- a/stgit/commands/uncommit.py +++ b/stgit/commands/uncommit.py @@ -24,6 +24,7 @@ from stgit.out import * from stgit import utils help = 'Turn regular git commits into StGit patches' +kind = 'stack' usage = [' [ ...]', '-n NUM []', '-t [-x]']