Mercurial > hg
comparison mercurial/merge.py @ 37983:b9e6b71dc272
remotenames: enable the storage config option if extension is enabled
Before this patch, the config option to store remotenames was set to False by
default and remotenames extension does not set it True. So if you enable
remotenames extension without setting 'experimental.remotenames=True', you won't
get the remotenames.
This patch makes remotenames enable the config option if then extension is
enabled which makes sense.
Differential Revision: https://phab.mercurial-scm.org/D3520
author | Pulkit Goyal <7895pulkit@gmail.com> |
---|---|
date | Sun, 29 Apr 2018 22:27:05 +0530 |
parents | 000039f6ca2d |
children | 8f37b5fc5abf |
comparison
equal
deleted
inserted
replaced
37982:7465b908d305 | 37983:b9e6b71dc272 |
---|