diff -r cffa8e0ba77a -r 126101284e04 hgext/amend.py --- a/hgext/amend.py Mon Jan 07 21:39:35 2019 +0900 +++ b/hgext/amend.py Mon Jan 07 21:43:06 2019 +0900 @@ -36,6 +36,8 @@ ('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, + _('record the current date as commit date')), ] + cmdutil.walkopts + cmdutil.commitopts + cmdutil.commitopts2, _('[OPTION]... [FILE]...'), helpcategory=command.CATEGORY_COMMITTING,