Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 50426:771294224bf6
branching: merge stable into default
author | Rapha?l Gom?s <rgomes@octobus.net> |
---|---|
date | Fri, 14 Apr 2023 10:41:40 +0200 |
parents | 2cf264e9aa75 698ffff7024b |
children | 4077d6222cf1 |
comparison
equal
deleted
inserted
replaced
50425:59fda8516774 | 50426:771294224bf6 |
---|---|
686 coreconfigitem( | 686 coreconfigitem( |
687 b'devel', | 687 b'devel', |
688 b'servercafile', | 688 b'servercafile', |
689 default=b'', | 689 default=b'', |
690 ) | 690 ) |
691 coreconfigitem( | 691 # This config option is intended for use in tests only. It is a giant |
692 b'devel', | 692 # footgun to kill security. Don't define it. |
693 b'serverexactprotocol', | 693 coreconfigitem( |
694 b'devel', | |
695 b'server-insecure-exact-protocol', | |
694 default=b'', | 696 default=b'', |
695 ) | 697 ) |
696 coreconfigitem( | 698 coreconfigitem( |
697 b'devel', | 699 b'devel', |
698 b'serverrequirecert', | 700 b'serverrequirecert', |