interactive: fix the interractive option import
The move made in e6bc6eaa17c5 was buggy.
--- a/hgext3rd/evolve/__init__.py Fri Jul 21 10:51:37 2017 +0200
+++ b/hgext3rd/evolve/__init__.py Sun Jul 23 06:47:34 2017 +0200
@@ -315,7 +315,7 @@
aliases, entry = cmdutil.findcmd('commit', commands.table)
commitopts3 = evocommands.commitopts3
-interactiveopt = evocommands.commitopts3
+interactiveopt = evocommands.interactiveopt
_bookmarksupdater = evocommands._bookmarksupdater
# This extension contains the following code