Mercurial > evolve
changeset 2755:f690d51dfe5e
interactive: fix the interractive option import
The move made in e6bc6eaa17c5 was buggy.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Sun, 23 Jul 2017 06:47:34 +0200 |
parents | 21f06d932231 |
children | f4dd6e6d4c73 |
files | hgext3rd/evolve/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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