Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/chgserver.py @ 44393:a69c08cdb2a8
merge with stable
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Thu, 13 Feb 2020 10:12:12 -0800 |
parents | 04a3ae7aba14 5cd2d91eeebd |
children | bc592059d04f |
comparison
equal
deleted
inserted
replaced
44392:d52e3826cd4b | 44393:a69c08cdb2a8 |
---|---|
81 _configsections = [ | 81 _configsections = [ |
82 b'alias', # affects global state commands.table | 82 b'alias', # affects global state commands.table |
83 b'eol', # uses setconfig('eol', ...) | 83 b'eol', # uses setconfig('eol', ...) |
84 b'extdiff', # uisetup will register new commands | 84 b'extdiff', # uisetup will register new commands |
85 b'extensions', | 85 b'extensions', |
86 b'schemes', # extsetup will update global hg.schemes | |
86 ] | 87 ] |
87 | 88 |
88 _configsectionitems = [ | 89 _configsectionitems = [ |
89 (b'commands', b'show.aliasprefix'), # show.py reads it in extsetup | 90 (b'commands', b'show.aliasprefix'), # show.py reads it in extsetup |
90 ] | 91 ] |