[python-committers] Mercurial commit url is broken

2017-02-16 Thread Victor Stinner
Hi,

I clicked on a Mercurial commit number from:
http://bugs.python.org/issue18383#msg249581

It points me to:
http://hg.python.org/lookup/c1396d28c440

... which displays short error message:
---
Usage: /lookup/GITHEXHASH or gitGITHEXHASH (10, 11, or 40 hex characters)
/lookup/HGHEXNODE or hgHGHEXNODE (12 or 40 hex characters)
/lookup/rSVNREVISION
---

"c1396d28c440" hash is 12 hex characters long.

Victor
___
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/


Re: [python-committers] New Roundup notifications on Git commits?

2017-02-16 Thread Serhiy Storchaka
2017-02-16 11:42 GMT+02:00 Victor Stinner :
> What and where is the meta-tracker? Is it
> http://github.com/python/core-workflow/?

http://psf.upfronthosting.co.za/roundup/meta/ I suppose.
___
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/


Re: [python-committers] New Roundup notifications on Git commits?

2017-02-16 Thread Victor Stinner
What and where is the meta-tracker? Is it
http://github.com/python/core-workflow/?

Victor

2017-02-16 6:33 GMT+01:00 Ezio Melotti :
> On Thu, Feb 16, 2017 at 2:10 AM, Victor Stinner
>  wrote:
>>> New changeset 72e81d00eee685cfe33aaddf2aa9feef2d07591f by Victor Stinner in 
>>> branch 'master':
>>
>> Ok, I confirm that I now get notifications. Cool :-)
>>
>> New request (!): would it be possible to mention the author instead of
>> the commiter? Or maybe mention both?
>>
>
> If GitHub passes the information along (and it probably does), then it
> should be possible to have both.
> Please create an issue on the meta-tracker to keep track of this.
>
> Best Regards,
> Ezio Melotti
>
>> Thanks,
>> Victor
___
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/


Re: [python-committers] Mercurial commit url is broken

2017-02-16 Thread Brett Cannon
I'm going on vacation in literally 10 minutes, so the best I can do is tell
you is that a copy of the code can be found at
https://gist.github.com/brettcannon/f8d97c92b0df264cd4db008ffd32daf9 and
it's possible I screwed up the static JSON data file that I had the
infrastructure team install with the file.

On Thu, Feb 16, 2017, 05:30 Victor Stinner, 
wrote:

> Hi,
>
> I clicked on a Mercurial commit number from:
> http://bugs.python.org/issue18383#msg249581
>
> It points me to:
> http://hg.python.org/lookup/c1396d28c440
>
> ... which displays short error message:
> ---
> Usage: /lookup/GITHEXHASH or gitGITHEXHASH (10, 11, or 40 hex characters)
> /lookup/HGHEXNODE or hgHGHEXNODE (12 or 40 hex characters)
> /lookup/rSVNREVISION
> ---
>
> "c1396d28c440" hash is 12 hex characters long.
>
> Victor
> ___
> python-committers mailing list
> python-committers@python.org
> https://mail.python.org/mailman/listinfo/python-committers
> Code of Conduct: https://www.python.org/psf/codeofconduct/
>
___
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/

Re: [python-committers] New Roundup notifications on Git commits?

2017-02-16 Thread Brett Cannon
On Thu, Feb 16, 2017, 02:25 Serhiy Storchaka,  wrote:

> 2017-02-16 11:42 GMT+02:00 Victor Stinner :
> > What and where is the meta-tracker? Is it
> > http://github.com/python/core-workflow/?
>
> http://psf.upfronthosting.co.za/roundup/meta/ I suppose.
>

Serhiy's link is correct.

-Brett


___
> python-committers mailing list
> python-committers@python.org
> https://mail.python.org/mailman/listinfo/python-committers
> Code of Conduct: https://www.python.org/psf/codeofconduct/
>
___
python-committers mailing list
python-committers@python.org
https://mail.python.org/mailman/listinfo/python-committers
Code of Conduct: https://www.python.org/psf/codeofconduct/