changeset 41173 | 4145fd3569c3 |
parent 41125 | 126101284e04 |
child 42932 | e4803231f538 |
--- a/hgext/amend.py Fri Jan 04 17:54:18 2019 +0100 +++ b/hgext/amend.py Thu Jan 10 21:32:37 2019 +0900 @@ -36,7 +36,7 @@ ('e', 'edit', None, _('invoke editor on commit messages')), ('i', 'interactive', None, _('use interactive mode')), ('n', 'note', '', _('store a note on the amend')), - ('D', 'currentdate', False, + ('D', 'currentdate', None, _('record the current date as commit date')), ] + cmdutil.walkopts + cmdutil.commitopts + cmdutil.commitopts2, _('[OPTION]... [FILE]...'),