Skip to content

Commit

Permalink
Fix mentions of svn.python.org and remove unneeded files.
Browse files Browse the repository at this point in the history
  • Loading branch information
birkenfeld committed Mar 24, 2011
1 parent f0ab8f2 commit ff344ee
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 83 deletions.
2 changes: 0 additions & 2 deletions .hgsvnexternals

This file was deleted.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ clean:
-rm *.html

update:
svn update
hg pull --update http://hg.python.org/peps

propcheck:
$(PYTHON) propcheck.py
6 changes: 3 additions & 3 deletions pep0/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
intro = u"""
The PEP contains the index of all Python Enhancement Proposals,
known as PEPs. PEP numbers are assigned by the PEP Editor, and
once assigned are never changed. The SVN history[1] of the PEP
texts represent their historical record.
once assigned are never changed. The Mercurial history[1] of
the PEP texts represent their historical record.
"""

references = u"""
[1] View PEP history online
http://svn.python.org/projects/peps/trunk/
http://hg.python.org/peps/
"""

footer = u"""
Expand Down
2 changes: 1 addition & 1 deletion pep2html.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
PROGRAM = sys.argv[0]
RFCURL = 'http://www.faqs.org/rfcs/rfc%d.html'
PEPURL = 'pep-%04d.html'
PEPCVSURL = ('http://svn.python.org/view/peps/trunk/pep-%04d.txt')
PEPCVSURL = ('http://hg.python.org/peps/file/tip/pep-%04d.txt')
PEPDIRRUL = 'http://www.python.org/peps/'


Expand Down
2 changes: 1 addition & 1 deletion pep2pyramid.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
SERVER_DEST_DIR_BASE = (
'/data/ftp.python.org/pub/beta.python.org/build/data/dev/peps')
RFCURL = 'http://www.faqs.org/rfcs/rfc%d.html'
PEPCVSURL = 'http://svn.python.org/view/*checkout*/peps/trunk/pep-%04d.txt'
PEPCVSURL = 'http://hg.python.org/peps/file/tip/pep-%04d.txt'
PEPDIRURL = '/dev/peps/'
PEPURL = PEPDIRURL + 'pep-%04d'
PEPANCHOR = '<a href="' + PEPURL + '">%i</a>'
Expand Down
75 changes: 0 additions & 75 deletions propcheck.py

This file was deleted.

0 comments on commit ff344ee

Please sign in to comment.