Mercurial > hg
comparison mercurial/sshserver.py @ 33329:e714159860fd
configitems: add alias support in config
Aliases define optional alternatives to existing options. For example the old
option ui.user was deprecated and replaced by ui.username. With this mechanism,
it's even possible to create an alias to an option in a different section.
Add ui.user as alias to ui.username as an example of this concept.
The old alternates principle in ui.config is removed as it was used only for
this option.
author | David Demelier <demelier.david@gmail.com> |
---|---|
date | Fri, 07 Jul 2017 08:33:10 +0200 |
parents | a150173da1c1 |
children | 5326e4ef1dab |
comparison
equal
deleted
inserted
replaced
33328:c8f212cb0c83 | 33329:e714159860fd |
---|