Show More
@@ -2952,7 +2952,7 b' cmdtable = {' | |||||
2952 | ('n', 'name', '', |
|
2952 | ('n', 'name', '', | |
2953 | _('merge queue name (DEPRECATED)'), _('NAME')), |
|
2953 | _('merge queue name (DEPRECATED)'), _('NAME')), | |
2954 | ('', 'move', None, _('reorder patch series and apply only the patch'))], |
|
2954 | ('', 'move', None, _('reorder patch series and apply only the patch'))], | |
2955 |
_('hg qpush [-f] [-l] [-a] [- |
|
2955 | _('hg qpush [-f] [-l] [-a] [-n NAME] [--move] [PATCH | INDEX]')), | |
2956 | "^qrefresh": |
|
2956 | "^qrefresh": | |
2957 | (refresh, |
|
2957 | (refresh, | |
2958 | [('e', 'edit', None, _('edit commit message')), |
|
2958 | [('e', 'edit', None, _('edit commit message')), |
General Comments 0
You need to be logged in to leave comments.
Login now