[issue1952] Allow for subdomain wildcards in hgrc auth

brett.cannon bugs at mercurial.selenic.com
Mon Dec 14 23:01:10 UTC 2009


New submission from brett.cannon <bcannon at gmail.com>:

Google Code has unique subdomains per project. This means that the [auth] 
section in one's hgrc needs a unique entry per Google Code repo as [auth] only 
does prefix matching or a wilcard match for the entire URL (according to the 
docs at least).

It would be great if wildcard matching could ab applied to subdomains. That 
way I could have a single 'google' entry in [auth] to cover any and all Google 
Code repos, such as:

  google.prefix = *.googlecode.com
  google.username = me
  google.password = ********

----------
messages: 11239
nosy: brett.cannon
priority: feature
status: unread
title: Allow for subdomain wildcards in hgrc auth

____________________________________________________
Mercurial issue tracker <bugs at mercurial.selenic.com>
<http://mercurial.selenic.com/bts/issue1952>
____________________________________________________


More information about the Mercurial-devel mailing list