Commit d65544d5 authored by Michal Čihař's avatar Michal Čihař

Fix option name (issue #684)

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 58911674
......@@ -898,7 +898,7 @@ class HgRepository(Repository):
# We also enable some necessary extensions here
self.set_config('extensions.strip', '')
self.set_config('extensions.rebase', '')
self.set_config('experimental.evolveopts', 'all')
self.set_config('experimental.evolution', 'all')
def configure_branch(self, branch):
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment