comparison mercurial/help/config.txt @ 35037:da5d5ea7d696

config: rename allowpull to allow-pull 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
author David Demelier <markand@malikania.fr>
date Thu, 19 Oct 2017 11:43:19 +0200
parents 1a314176da9c
children 6ef744a7df65
comparison
equal deleted inserted replaced
35020:75013952d8d9 35037:da5d5ea7d696
2285 ``allowgz`` 2285 ``allowgz``
2286 (DEPRECATED) Whether to allow .tar.gz downloading of repository 2286 (DEPRECATED) Whether to allow .tar.gz downloading of repository
2287 revisions. 2287 revisions.
2288 (default: False) 2288 (default: False)
2289 2289
2290 ``allowpull`` 2290 ``allow-pull``
2291 Whether to allow pulling from the repository. (default: True) 2291 Whether to allow pulling from the repository. (default: True)
2292 2292
2293 ``allow_push`` 2293 ``allow_push``
2294 Whether to allow pushing to the repository. If empty or not set, 2294 Whether to allow pushing to the repository. If empty or not set,
2295 pushing is not allowed. If the special value ``*``, any remote 2295 pushing is not allowed. If the special value ``*``, any remote