#14193: Remove pymigr references, it is read only.
This commit is contained in:
parent
965ef500b5
commit
ef6e7acc9b
20
pep-0385.txt
20
pep-0385.txt
|
@ -62,15 +62,6 @@ The current schedule for conversion milestones:
|
|||
switch over to the new repository.
|
||||
|
||||
|
||||
Todo list
|
||||
=========
|
||||
|
||||
The current list of issues to resolve at various steps in the
|
||||
conversion is kept `in the pymigr repo`_.
|
||||
|
||||
.. _in the pymigr repo: http://hg.python.org/pymigr/file/tip/todo.txt
|
||||
|
||||
|
||||
Transition plan
|
||||
===============
|
||||
|
||||
|
@ -158,14 +149,13 @@ Author map
|
|||
In order to provide user names the way they are common in hg (in the
|
||||
'First Last <user@example.org>' format), we need an author map to map
|
||||
cvs and svn user names to real names and their email addresses. We
|
||||
have a complete version of such a map in my `migration tools
|
||||
repository`_. The email addresses in it might be out of date; that's
|
||||
have a complete version of such a map in the migration tools
|
||||
repository (not publicly accessible to avoid leaking addresses to
|
||||
harvesters). The email addresses in it might be out of date; that's
|
||||
bound to happen, although it would be nice to try and have as many
|
||||
people as possible review it for addresses that are out of date. The
|
||||
current version also still seems to contain some encoding problems.
|
||||
|
||||
.. _migration tools repository: http://hg.python.org/pymigr/
|
||||
|
||||
|
||||
Generating .hgignore
|
||||
--------------------
|
||||
|
@ -313,15 +303,13 @@ hgwebdir
|
|||
A more or less stock hgwebdir installation should be set up. We might
|
||||
want to come up with a style to match the Python website.
|
||||
|
||||
A `small WSGI application`_ has been written that can look up
|
||||
A small WSGI application has been written that can look up
|
||||
Subversion revisions and redirect to the appropriate hgweb page for
|
||||
the given changeset, regardless in which repository the converted
|
||||
revision ended up (since one big Subversion repository is converted
|
||||
into several Mercurial repositories). It can also look up Mercurial
|
||||
changesets by their hexadecimal ID.
|
||||
|
||||
.. _small WSGI application: http://hg.python.org/pymigr/file/tip/hglookup.py
|
||||
|
||||
|
||||
roundup
|
||||
-------
|
||||
|
|
Loading…
Reference in New Issue