[Python-Dev] rXXX links in the bug tracker after the migration to Mercurial
"Martin v. Löwis"
martin at v.loewis.de
Fri Mar 4 18:33:31 CET 2011
Am 04.03.2011 18:17, schrieb Georg Brandl:
> On 04.03.2011 13:59, Victor Stinner wrote:
>> Hi,
>>
>> Does the bug tracker will continue to support rXXXXX links after the
>> migration to Mercurial?
>
> Yes. They will link to http://hg.python.org/lookup/rXXXXX, which uses
> the conversion metadata to find the correct hg revision.
>
> The syntax for changeset hash links from now on is [hash], e.g.
> [1a1ed76a6ae2].
Is it really necessary to have the square brackets? ISTM that
the syntax of the short or long hash is unambiguous enough.
Regards,
Martin
More information about the Python-Dev
mailing list