[pypy-commit] pypy default: Backed out changeset: b36997015a40

mattip noreply at buildbot.pypy.org
Sat Jan 5 23:09:12 CET 2013


Author: mattip <matti.picus at gmail.com>
Branch: 
Changeset: r59793:f07f59245fc3
Date: 2013-01-05 23:57 +0200
http://bitbucket.org/pypy/pypy/changeset/f07f59245fc3/

Log:	Backed out changeset: b36997015a40

diff --git a/pypy/config/makerestdoc.py b/pypy/config/makerestdoc.py
--- a/pypy/config/makerestdoc.py
+++ b/pypy/config/makerestdoc.py
@@ -198,7 +198,7 @@
         from docutils import nodes
         from pypy.config.pypyoption import get_pypy_config
         from pypy.config.makerestdoc import get_cmdline
-        txt = docdir.join("config", text + ".txt")
+        txt = docdir.join("config", text + ".rst")
         html = docdir.join("config", text + ".html")
         assert txt.check()
         assert name == "config"


More information about the pypy-commit mailing list