sapling/mercurial/hgweb
David Demelier 15d6fd309d config: rename allow_push to allow-push
As part of ConfigConsolidationPlan [1], rename the option according to
the new UI guidelines [2] and add an alias for backward compatibility.

[1]: https://www.mercurial-scm.org/wiki/ConfigConsolidationPlan
[2]: https://www.mercurial-scm.org/wiki/UIGuideline#adding_new_options
2017-10-19 11:46:41 +02:00
..
__init__.py hgweb: rewrite most obviously-native-strings to be native strings 2017-10-14 15:42:38 -04:00
common.py config: rename allow_push to allow-push 2017-10-19 11:46:41 +02:00
hgweb_mod.py config: rename allowpull to allow-pull 2017-10-19 11:43:19 +02:00
hgwebdir_mod.py hgweb: use native strings consistently for querystring parsing 2017-10-05 14:48:52 -04:00
protocol.py hgweb: fix decodevaluefromheaders to always return a bytes value 2017-10-15 00:43:01 -04:00
request.py hgweb: fill in content-type and content-length as native strings 2017-10-14 11:20:31 -04:00
server.py hgweb: more "http headers are native strs" cleanup 2017-10-15 00:38:33 -04:00
webcommands.py webcommands: replace str(ctx) etc with pycompat.bytestr(ctx) etc 2017-10-16 22:51:58 -04:00
webutil.py diff: also yield file context objects in patch.trydiff() (API) 2017-10-05 21:20:08 +02:00
wsgicgi.py hgweb: when constructing or adding to a wsgi environ dict, use native strs 2017-10-05 14:22:02 -04:00