hgext3rd/evolve/evocommands.py
changeset 2769 b96349ae3e2a
parent 2768 85e5a56db776
child 2770 a9ea16a1f4dc
--- a/hgext3rd/evolve/evocommands.py	Sun Jul 23 07:32:54 2017 +0200
+++ b/hgext3rd/evolve/evocommands.py	Sun Jul 23 07:33:36 2017 +0200
@@ -431,7 +431,7 @@
     '^metaedit',
     [('r', 'rev', [], _("revision to edit")),
      ('', 'fold', None, _("also fold specified revisions into one")),
-    ] + commitopts + commitopts2,
+    ] + commitopts + commitopts2 + commitopts3,
     _('hg metaedit [OPTION]... [-r] [REV]'))
 def metaedit(ui, repo, *revs, **opts):
     """edit commit information
@@ -462,6 +462,7 @@
        See :hg:`help phases` for more about draft revisions, and
        :hg:`help revsets` for more about the `draft()` and `only()` keywords.
     """
+    _resolveoptions(ui, opts)
     revs = list(revs)
     revs.extend(opts['rev'])
     if not revs: