--- a/mercurial/help/config.txt Mon Aug 01 14:53:10 2011 -0500
+++ b/mercurial/help/config.txt Mon Aug 01 18:10:05 2011 -0500
@@ -266,7 +266,9 @@
Optional. Username to authenticate with. If not given, and the
remote site requires basic or digest authentication, the user will
be prompted for it. Environment variables are expanded in the
- username letting you do ``foo.username = $USER``.
+ username letting you do ``foo.username = $USER``. If the URI
+ includes a username, only ``[auth]`` entries with a matching
+ username or without a username will be considered.
``password``
Optional. Password to authenticate with. If not given, and the
@@ -1158,6 +1160,13 @@
be present in this list. The contents of the allow_push list are
examined after the deny_push list.
+``guessmime``
+ Control MIME types for raw download of file content.
+ Set to True to let hgweb guess the content type from the file
+ extension. This will serve HTML files as ``text/html`` and might
+ allow cross-site scripting attacks when serving untrusted
+ repositories. Default is False.
+
``allow_read``
If the user has not already been denied repository access due to
the contents of deny_read, this list determines whether to grant