hgext3rd/evolve/evocommands.py
changeset 2771 6044bd16bfb7
parent 2770 a9ea16a1f4dc
--- a/hgext3rd/evolve/evocommands.py	Sun Jul 23 17:06:27 2017 +0200
+++ b/hgext3rd/evolve/evocommands.py	Sun Jul 23 07:34:18 2017 +0200
@@ -758,7 +758,7 @@
 @eh.command(
     '^split',
     [('r', 'rev', [], _("revision to split")),
-    ] + commitopts + commitopts2,
+    ] + commitopts + commitopts2 + commitopts3,
     _('hg split [OPTION]... [-r] REV'))
 def cmdsplit(ui, repo, *revs, **opts):
     """split a changeset into smaller changesets
@@ -768,6 +768,7 @@
 
     Use --rev to split a given changeset instead.
     """
+    _resolveoptions(ui, opts)
     tr = wlock = lock = None
     newcommits = []