# HG changeset patch # User Pierre-Yves David # Date 1500785254 -7200 # Node ID f690d51dfe5ef187554a356a1b28983f12ceb3a0 # Parent 21f06d9322316c9cc17eaebf5d4f40b9f24304f6 interactive: fix the interractive option import The move made in e6bc6eaa17c5 was buggy. diff -r 21f06d932231 -r f690d51dfe5e 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