Am 14.11.2010 13:39, schrieb Nick Coghlan:
> On Sun, Nov 14, 2010 at 8:20 PM, "Martin v. Löwis" <[email protected]> wrote:
>> See
>>
>> http://hg.python.org/hooks/
>>
>> You should have push permissions to that repository.
> 
> I suspect my hg-fu is inadequate to at this point - I get an 'access
> to repository "hg.python.org/hooks" not permitted' error when I try to
> push the modified file to "ssh://[email protected]/hooks".

Martin told you only half the truth: the SSH URL is (currently)
<ssh://[email protected]/repos/hooks>.  I think we will change that to
remove the /repos/ part before going live with the cpython repo, but
the hg username remains, corresponding to the pythondev username for SVN.

> (I actually
> got the same error when cloning, but if I understand hg correctly, it
> shouldn't matter that my clone came from the http URL rather than the
> ssh one).

That's correct.

> My username and email address in my hgrc file match those in Dirkjan's
> author map, so I'm not sure what's going on there.

The usernames and email addresses you use for commits don't matter; as
long as you can connect via SSH you can push commits with any author.

cheers,
Georg

_______________________________________________
Python-Dev mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to