chiark / gitweb /
Generate command lists automatically
[stgit] / stgit / commands / push.py
index ee7b56e94951e2d81200c22c299a562a77ffbe5f..c6056ccafdda24c12e7abe4a4a4457ff5052e551 100644 (file)
@@ -24,6 +24,7 @@ from stgit.out import *
 from stgit import stack, git
 
 help = 'Push one or more patches onto the stack'
 from stgit import stack, git
 
 help = 'Push one or more patches onto the stack'
+kind = 'stack'
 usage = ['[options] [<patch1>] [<patch2>] [<patch3>..<patch4>]']
 description = """
 Push one or more patches (defaulting to the first unapplied one) onto
 usage = ['[options] [<patch1>] [<patch2>] [<patch3>..<patch4>]']
 description = """
 Push one or more patches (defaulting to the first unapplied one) onto