Re: [Python-Dev] rXXX links in the bug tracker after the migration to Mercurial

2011-03-05 Thread anatoly techtonik
On Fri, Mar 4, 2011 at 11:56 PM, Antoine Pitrou wrote: > On Fri, 04 Mar 2011 22:45:24 +0100 > "Martin v. Löwis" wrote: >> > It's not really needed; but since it works with 6+ hex digits there might >> > be false positives. >> >> I searched the messages, and it turns out that primarily long number

Re: [Python-Dev] rXXX links in the bug tracker after the migration to Mercurial

2011-03-05 Thread Georg Brandl
On 04.03.2011 22:56, Antoine Pitrou wrote: > On Fri, 04 Mar 2011 22:45:24 +0100 > "Martin v. Löwis" wrote: >> > It's not really needed; but since it works with 6+ hex digits there might >> > be false positives. >> >> I searched the messages, and it turns out that primarily long numbers >> would g

Re: [Python-Dev] rXXX links in the bug tracker after the migration to Mercurial

2011-03-04 Thread anatoly techtonik
On Sat, Mar 5, 2011 at 1:23 AM, Antoine Pitrou wrote: > On Fri, 04 Mar 2011 16:51:15 -0500 > David Malcolm wrote: >> On Fri, 2011-03-04 at 18:17 +0100, Georg Brandl wrote: >> > On 04.03.2011 13:59, Victor Stinner wrote: >> > > Hi, >> > > >> > > Does the bug tracker will continue to support rX

Re: [Python-Dev] rXXX links in the bug tracker after the migration to Mercurial

2011-03-04 Thread Antoine Pitrou
On Fri, 04 Mar 2011 16:51:15 -0500 David Malcolm wrote: > On Fri, 2011-03-04 at 18:17 +0100, Georg Brandl wrote: > > On 04.03.2011 13:59, Victor Stinner wrote: > > > Hi, > > > > > > Does the bug tracker will continue to support rX links after the > > > migration to Mercurial? > > > > Yes.

Re: [Python-Dev] rXXX links in the bug tracker after the migration to Mercurial

2011-03-04 Thread Antoine Pitrou
On Fri, 04 Mar 2011 22:45:24 +0100 "Martin v. Löwis" wrote: > > It's not really needed; but since it works with 6+ hex digits there might > > be false positives. > > I searched the messages, and it turns out that primarily long numbers > would give false positives: > > Python 1.6a2 (#7, Apr 24

Re: [Python-Dev] rXXX links in the bug tracker after the migration to Mercurial

2011-03-04 Thread David Malcolm
On Fri, 2011-03-04 at 18:17 +0100, Georg Brandl wrote: > On 04.03.2011 13:59, Victor Stinner wrote: > > Hi, > > > > Does the bug tracker will continue to support rX links after the > > migration to Mercurial? > > Yes. They will link to http://hg.python.org/lookup/rX, which uses > the co

Re: [Python-Dev] rXXX links in the bug tracker after the migration to Mercurial

2011-03-04 Thread Martin v. Löwis
> It's not really needed; but since it works with 6+ hex digits there might > be false positives. I searched the messages, and it turns out that primarily long numbers would give false positives: Python 1.6a2 (#7, Apr 24 2000, 23:02:54) [GCC pgcc-2.91.66 19990314 minidom (as the proposed docum

Re: [Python-Dev] rXXX links in the bug tracker after the migration to Mercurial

2011-03-04 Thread Georg Brandl
On 04.03.2011 18:33, "Martin v. Löwis" wrote: > 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 rX links after the >>> migration to Mercurial? >> >> Yes. They will link to http://hg.python.

Re: [Python-Dev] rXXX links in the bug tracker after the migration to Mercurial

2011-03-04 Thread Martin v. Löwis
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 rX links after the >> migration to Mercurial? > > Yes. They will link to http://hg.python.org/lookup/rX, which uses > the conversion metadata

Re: [Python-Dev] rXXX links in the bug tracker after the migration to Mercurial

2011-03-04 Thread Georg Brandl
On 04.03.2011 13:59, Victor Stinner wrote: > Hi, > > Does the bug tracker will continue to support rX links after the > migration to Mercurial? Yes. They will link to http://hg.python.org/lookup/rX, which uses the conversion metadata to find the correct hg revision. The syntax for chan

Re: [Python-Dev] rXXX links in the bug tracker after the migration to Mercurial

2011-03-04 Thread anatoly techtonik
We need a mapping for previous commits. -- anatoly t. On Fri, Mar 4, 2011 at 2:59 PM, Victor Stinner wrote: > Hi, > > Does the bug tracker will continue to support rX links after the > migration to Mercurial? > > Victor > > ___ > Python-Dev mailin