hgext/amend.py
changeset 42935 f10a0f5eedae
parent 42934 09d46b90f6f9
child 43076 2372284d9457
equal deleted inserted replaced
42934:09d46b90f6f9 42935:f10a0f5eedae
    34       _('mark new/missing files as added/removed before committing')),
    34       _('mark new/missing files as added/removed before committing')),
    35      ('e', 'edit', None, _('invoke editor on commit messages')),
    35      ('e', 'edit', None, _('invoke editor on commit messages')),
    36      ('i', 'interactive', None, _('use interactive mode')),
    36      ('i', 'interactive', None, _('use interactive mode')),
    37      (b'', b'close-branch', None,
    37      (b'', b'close-branch', None,
    38       _(b'mark a branch as closed, hiding it from the branch list')),
    38       _(b'mark a branch as closed, hiding it from the branch list')),
       
    39      (b's', b'secret', None, _(b'use the secret phase for committing')),
    39      ('n', 'note', '', _('store a note on the amend')),
    40      ('n', 'note', '', _('store a note on the amend')),
    40     ] + cmdutil.walkopts + cmdutil.commitopts + cmdutil.commitopts2
    41     ] + cmdutil.walkopts + cmdutil.commitopts + cmdutil.commitopts2
    41       + cmdutil.commitopts3,
    42       + cmdutil.commitopts3,
    42     _('[OPTION]... [FILE]...'),
    43     _('[OPTION]... [FILE]...'),
    43     helpcategory=command.CATEGORY_COMMITTING,
    44     helpcategory=command.CATEGORY_COMMITTING,