Commit 840dc3c4 authored by Michal Čihař's avatar Michal Čihař

Enable changeset obsoletion in mercurial

Issue #684
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent c86431af
......@@ -898,6 +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')
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