Am 14.11.2010 19:35, schrieb Antoine Pitrou: > On Sun, 14 Nov 2010 19:27:22 +0100 > "Martin v. Löwis" <mar...@v.loewis.de> wrote: >> > 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://h...@hg.python.org/hooks". >> >> Try >> >> ssh://h...@hg.python.org/repos/hooks >> >> I think this is something that needs to be fixed: I fail to see the >> point of having this extra repos/ directory in the path (even though >> it's certainly useful to have them all in a separate directory on disk). > > IIUC, "repos/hooks" is interpreted as a relative path to the "hg" > user's HOME. The "ssh://" scheme executes remote hg over an ssh > session, I don't think there's any additional magic.
There is; we already have a custom authorized_keys command in place to call the hg-ssh wrapper, and all that's needed is to customize that command a bit more. Georg _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com