Re: [Python-Dev] PEP 385: Formatting of Hg checkin notifications

2010-11-15 Thread Nick Coghlan
On Mon, Nov 15, 2010 at 4:27 AM, 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

Re: [Python-Dev] PEP 385: Formatting of Hg checkin notifications

2010-11-15 Thread anatoly techtonik
On Sun, Nov 14, 2010 at 5:10 AM, Terry Reedy tjre...@udel.edu wrote: On 11/13/2010 8:28 PM, Nick Coghlan wrote: Following the python-checkins list, I get to see both the current SVN notifications and the Hg notifications from Tarek's pushes into the distutils repository. I realised today that

Re: [Python-Dev] PEP 385: Formatting of Hg checkin notifications

2010-11-14 Thread Nick Coghlan
On Sun, Nov 14, 2010 at 1:10 PM, Terry Reedy tjre...@udel.edu wrote: Much better except possible for \n after 'summary:' That extra line break helps more for multi-line checkin messages (which happen reasonably often). Doesn't really bother me either way - I'm mainly looking for info on who has

Re: [Python-Dev] PEP 385: Formatting of Hg checkin notifications

2010-11-14 Thread Martin v. Löwis
Am 14.11.2010 09:25, schrieb Nick Coghlan: On Sun, Nov 14, 2010 at 1:10 PM, Terry Reedy tjre...@udel.edu wrote: Much better except possible for \n after 'summary:' That extra line break helps more for multi-line checkin messages (which happen reasonably often). Doesn't really bother me

Re: [Python-Dev] PEP 385: Formatting of Hg checkin notifications

2010-11-14 Thread Nick Coghlan
On Sun, Nov 14, 2010 at 8:20 PM, Martin v. Löwis mar...@v.loewis.de wrote: Am 14.11.2010 09:25, schrieb Nick Coghlan: On Sun, Nov 14, 2010 at 1:10 PM, Terry Reedy tjre...@udel.edu wrote: Much better except possible for \n after 'summary:' That extra line break helps more for multi-line

Re: [Python-Dev] PEP 385: Formatting of Hg checkin notifications

2010-11-14 Thread Nick Coghlan
On Sun, Nov 14, 2010 at 8:20 PM, Martin v. Löwis mar...@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

Re: [Python-Dev] PEP 385: Formatting of Hg checkin notifications

2010-11-14 Thread Georg Brandl
Am 14.11.2010 13:39, schrieb Nick Coghlan: On Sun, Nov 14, 2010 at 8:20 PM, Martin v. Löwis mar...@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

Re: [Python-Dev] PEP 385: Formatting of Hg checkin notifications

2010-11-14 Thread Martin v. Löwis
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

Re: [Python-Dev] PEP 385: Formatting of Hg checkin notifications

2010-11-14 Thread 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

Re: [Python-Dev] PEP 385: Formatting of Hg checkin notifications

2010-11-14 Thread Martin v. Löwis
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

Re: [Python-Dev] PEP 385: Formatting of Hg checkin notifications

2010-11-14 Thread Georg Brandl
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

[Python-Dev] PEP 385: Formatting of Hg checkin notifications

2010-11-13 Thread Nick Coghlan
Following the python-checkins list, I get to see both the current SVN notifications and the Hg notifications from Tarek's pushes into the distutils repository. I realised today that there is one key reason as to why the latter strikes me as a big wall of unintelligible text, while I find the SVN

Re: [Python-Dev] PEP 385: Formatting of Hg checkin notifications

2010-11-13 Thread Terry Reedy
On 11/13/2010 8:28 PM, Nick Coghlan wrote: Following the python-checkins list, I get to see both the current SVN notifications and the Hg notifications from Tarek's pushes into the distutils repository. I realised today that there is one key reason as to why the latter strikes me as a big wall