Mercurial > hg
comparison doc/hgrc.5.txt @ 2197:5de8b44f0446
define standard name for base url to use when printing hgweb urls.
useful for bugzilla integration, email notifications, other stuffs.
author | Vadim Gelfer <vadim.gelfer@gmail.com> |
---|---|
date | Thu, 04 May 2006 11:32:00 -0700 |
parents | ff255b41b4aa |
children | 9f43b6e24232 |
comparison
equal
deleted
inserted
replaced
2196:2a5d8af8eecc | 2197:5de8b44f0446 |
---|---|
298 allowpull;; | 298 allowpull;; |
299 Whether to allow pulling from the repository. Default is true. | 299 Whether to allow pulling from the repository. Default is true. |
300 allowzip;; | 300 allowzip;; |
301 Whether to allow .zip downloading of repo revisions. Default is false. | 301 Whether to allow .zip downloading of repo revisions. Default is false. |
302 This feature creates temporary files. | 302 This feature creates temporary files. |
303 baseurl;; | |
304 Base URL to use when publishing URLs in other locations, so | |
305 third-party tools like email notification hooks can construct URLs. | |
306 Example: "http://hgserver/repos/" | |
303 description;; | 307 description;; |
304 Textual description of the repository's purpose or contents. | 308 Textual description of the repository's purpose or contents. |
305 Default is "unknown". | 309 Default is "unknown". |
306 errorlog;; | 310 errorlog;; |
307 Where to output the error log. Default is stderr. | 311 Where to output the error log. Default is stderr. |