interactive: fix the interractive option import
authorPierre-Yves David <pierre-yves.david@octobus.net>
Sun, 23 Jul 2017 06:47:34 +0200
changeset 2755 f690d51dfe5e
parent 2754 21f06d932231
child 2756 f4dd6e6d4c73
interactive: fix the interractive option import The move made in e6bc6eaa17c5 was buggy.
hgext3rd/evolve/__init__.py
--- 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