Generate command lists automatically
[stgit] / stgit / commands / commit.py
index 7d46724..99b7b5d 100644 (file)
@@ -21,6 +21,7 @@ from stgit.lib import transaction
 from stgit.out import *
 
 help = 'Permanently store the applied patches into the stack base'
+kind = 'stack'
 usage = ['',
          '<patchnames>',
          '-n NUM',