[Python-Dev] PEP 385: Formatting of Hg checkin notifications (original) (raw)

Georg Brandl g.brandl at gmx.net
Sun Nov 14 14:05:12 CET 2010


Am 14.11.2010 13:39, schrieb Nick Coghlan:

On Sun, Nov 14, 2010 at 8:20 PM, "Martin v. Löwis" <martin at v.loewis.de> 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://hg@hg.python.org/hooks".

Martin told you only half the truth: the SSH URL is (currently) <ssh://hg@hg.python.org/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



More information about the Python-Dev mailing list