hgext/amend.py
changeset 34795 530b7361e3a9
parent 33404 0d5afd360e9e
child 34889 554885e10868
--- a/hgext/amend.py	Sun Oct 15 15:32:03 2017 +0530
+++ b/hgext/amend.py	Sun Oct 15 19:29:56 2017 +0530
@@ -33,6 +33,7 @@
       _('mark new/missing files as added/removed before committing')),
      ('e', 'edit', None, _('invoke editor on commit messages')),
      ('i', 'interactive', None, _('use interactive mode')),
+     ('n', 'note', '', _('store a note on the amend')),
     ] + cmdutil.walkopts + cmdutil.commitopts + cmdutil.commitopts2,
     _('[OPTION]... [FILE]...'),
     inferrepo=True)