Skip to content
Snippets Groups Projects
Commit 47ba38a8c8fa authored by Georges Racinet's avatar Georges Racinet
Browse files

bookmarks: stop high-level config allow multiple heads

It's not needed, but it's even better if we don't activate
it nevertherless.
parent 6fee5979c24b
No related branches found
Tags heptapod-0.12.0rc6
No related merge requests found
Pipeline #14613 passed
......@@ -80,9 +80,6 @@
True)
ui.setconfig(b'hggit', b'heptapod.initial-import', True)
if ui.configbool(b'heptapod', b'allow-multiple-heads'):
ui.setconfig(b'experimental', b'single-head-per-branch', False)
if ui.configbool(b'heptapod', b'allow-bookmarks'):
ui.setconfig(b'experimental',
b'hg-git.bookmarks-on-named-branches', True)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment