# HG changeset patch # User Pulkit Goyal <7895pulkit@gmail.com> # Date 2020-03-23 15:36:54 # Node ID bc592059d04f1cf6429ae53576d0a0901a4e97e7 # Parent 022bf71515c9bd18a2fd419fb63257d1f4173110 chgserver: add fastannotate config section to sensitive list Depending on the config value of `fastannotate.modes`, the fastannotate extension can do different things in uisetup. Depending on value of `fastannotate.server`, it can register new wireprotocol capabilities. This fixes test-fastannotate-hg.t, test-fastannotate-protocol.t and test-fastannotate.t with chg. diff --git a/mercurial/chgserver.py b/mercurial/chgserver.py --- a/mercurial/chgserver.py +++ b/mercurial/chgserver.py @@ -83,6 +83,7 @@ def _hashlist(items): b'eol', # uses setconfig('eol', ...) b'extdiff', # uisetup will register new commands b'extensions', + b'fastannotate', # affects annotate command and adds fastannonate cmd b'schemes', # extsetup will update global hg.schemes ]