chiark
/
gitweb
/
~mdw
/
stgit
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Generate command lists automatically
[stgit]
/
stgit
/
commands
/
push.py
diff --git
a/stgit/commands/push.py
b/stgit/commands/push.py
index ee7b56e94951e2d81200c22c299a562a77ffbe5f..c6056ccafdda24c12e7abe4a4a4457ff5052e551 100644
(file)
--- a/
stgit/commands/push.py
+++ b/
stgit/commands/push.py
@@
-24,6
+24,7
@@
from stgit.out import *
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