hgext/amend.py
changeset 41128 126101284e04
parent 40293 c303d65d2e34
child 41173 4145fd3569c3
--- 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,