hgext/amend.py
changeset 41173 4145fd3569c3
parent 41125 126101284e04
child 42932 e4803231f538
equal deleted inserted replaced
41172:3dcc96582627 41173:4145fd3569c3
    34     [('A', 'addremove', None,
    34     [('A', 'addremove', None,
    35       _('mark new/missing files as added/removed before committing')),
    35       _('mark new/missing files as added/removed before committing')),
    36      ('e', 'edit', None, _('invoke editor on commit messages')),
    36      ('e', 'edit', None, _('invoke editor on commit messages')),
    37      ('i', 'interactive', None, _('use interactive mode')),
    37      ('i', 'interactive', None, _('use interactive mode')),
    38      ('n', 'note', '', _('store a note on the amend')),
    38      ('n', 'note', '', _('store a note on the amend')),
    39      ('D', 'currentdate', False,
    39      ('D', 'currentdate', None,
    40       _('record the current date as commit date')),
    40       _('record the current date as commit date')),
    41     ] + cmdutil.walkopts + cmdutil.commitopts + cmdutil.commitopts2,
    41     ] + cmdutil.walkopts + cmdutil.commitopts + cmdutil.commitopts2,
    42     _('[OPTION]... [FILE]...'),
    42     _('[OPTION]... [FILE]...'),
    43     helpcategory=command.CATEGORY_COMMITTING,
    43     helpcategory=command.CATEGORY_COMMITTING,
    44     inferrepo=True)
    44     inferrepo=True)