comparison mercurial/help/config.txt @ 17933:8243dd66e0e3

webcommands: allow hgweb's archive to recurse into subrepos Currently when obtaining an archive snapshot of a repository via the web interface, subrepositories are not taken in the snapshot. I introduce an option, archivesubrepos, which allows this.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Mon, 29 Oct 2012 10:53:46 -0400
parents 8fcef9614150
children bafbfe0b450c
comparison
equal deleted inserted replaced
17932:c8ffde272653 17933:8243dd66e0e3
1292 examined after the deny_read list. 1292 examined after the deny_read list.
1293 1293
1294 ``allowzip`` 1294 ``allowzip``
1295 (DEPRECATED) Whether to allow .zip downloading of repository 1295 (DEPRECATED) Whether to allow .zip downloading of repository
1296 revisions. Default is False. This feature creates temporary files. 1296 revisions. Default is False. This feature creates temporary files.
1297
1298 ``archivesubrepos``
1299 Whether to recurse into subrepositories when archiving. Default is
1300 False.
1297 1301
1298 ``baseurl`` 1302 ``baseurl``
1299 Base URL to use when publishing URLs in other locations, so 1303 Base URL to use when publishing URLs in other locations, so
1300 third-party tools like email notification hooks can construct 1304 third-party tools like email notification hooks can construct
1301 URLs. Example: ``http://hgserver/repos/``. 1305 URLs. Example: ``http://hgserver/repos/``.