[Python-checkins] cpython (3.4): rstlint: we do not use svn anymore

georg.brandl python-checkins at python.org
Thu Oct 30 22:45:50 CET 2014


https://hg.python.org/cpython/rev/11670a905c47
changeset:   93276:11670a905c47
branch:      3.4
parent:      93273:1132f25c3f43
user:        Georg Brandl <georg at python.org>
date:        Thu Oct 30 22:44:41 2014 +0100
summary:
  rstlint: we do not use svn anymore

files:
  Doc/tools/rstlint.py |  4 ----
  1 files changed, 0 insertions(+), 4 deletions(-)


diff --git a/Doc/tools/rstlint.py b/Doc/tools/rstlint.py
--- a/Doc/tools/rstlint.py
+++ b/Doc/tools/rstlint.py
@@ -173,10 +173,6 @@
     count = defaultdict(int)
 
     for root, dirs, files in os.walk(path):
-        # ignore subdirs controlled by svn
-        if '.svn' in dirs:
-            dirs.remove('.svn')
-
         # ignore subdirs in ignore list
         if abspath(root) in ignore:
             del dirs[:]

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list