On Jun 8, 2019, at 13:01, Antoine Pitrou <[email protected]> wrote: > On Fri, 7 Jun 2019 19:03:50 -0400 > Ned Deily <[email protected]> wrote: >> This worked for mamy years. I believe the issue is that the process relied >> on the old Subversion source web viewer which has more recently been retired. > > No, it used to work *without* the SVN server. There was a mapping of > SVN revision numbers to hg changeset ids, and hg.python.org/lookup/ would > trigger a WSGI application that would redirect to the appropriate > *changeset* on hg.python.org. > > I don't know why that has changed and why it now redirects to the SVN > server. That's a regression.
OK, thanks. Perhaps it got broken in an upgrade to or a move of hg.python.org? Opening an issue on the core-workflow tracker and pinging EWDurbin might get it resolved quickly. In any case, we should be moving things to map directly to a git id as suggested. -- Ned Deily [email protected] -- [] _______________________________________________ Python-Dev mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-dev.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/KREW5CU7XNVEBPV3EVBS4PLPTWEDUHFK/
