Seeing "ssl required" on push

Peter Hosey boredzo at gmail.com
Sat Oct 4 23:14:50 UTC 2008


On Oct 04, 2008, at 16:09:14, Andrew Lentvorski wrote:
> Peter Hosey wrote:
>> … hg serve  doesn't allow you to allow push for only specific  
>> people—it's either nobody or everybody.
>
> Everybody would be fine.  *Any* type of push would be fine.

In that case, and assuming that that's not a security risk, you can  
set this up by putting this in the repository's .hg/hgrc:

	allow_push = *

It goes in the [web] section, alongside the push_ssl = False statement  
(you still need that).





More information about the Mercurial mailing list