mercurial/help/config.txt
branchstable
changeset 15005 4a43e23b8c55
parent 15004 d06b9c55ddab
child 15008 d0424f39984c
child 15045 7f504202cb5c
equal deleted inserted replaced
15004:d06b9c55ddab 15005:4a43e23b8c55
   260 
   260 
   261 ``username``
   261 ``username``
   262     Optional. Username to authenticate with. If not given, and the
   262     Optional. Username to authenticate with. If not given, and the
   263     remote site requires basic or digest authentication, the user will
   263     remote site requires basic or digest authentication, the user will
   264     be prompted for it. Environment variables are expanded in the
   264     be prompted for it. Environment variables are expanded in the
   265     username letting you do ``foo.username = $USER``.
   265     username letting you do ``foo.username = $USER``. If the URI
       
   266     includes a username, only ``[auth]`` entries with a matching
       
   267     username or without a username will be considered.
   266 
   268 
   267 ``password``
   269 ``password``
   268     Optional. Password to authenticate with. If not given, and the
   270     Optional. Password to authenticate with. If not given, and the
   269     remote site requires basic or digest authentication, the user
   271     remote site requires basic or digest authentication, the user
   270     will be prompted for it.
   272     will be prompted for it.