]> granicus.if.org Git - python/commitdiff
remove svn support
authorBenjamin Peterson <benjamin@python.org>
Mon, 27 Jun 2011 22:59:45 +0000 (17:59 -0500)
committerBenjamin Peterson <benjamin@python.org>
Mon, 27 Jun 2011 22:59:45 +0000 (17:59 -0500)
Tools/scripts/patchcheck.py

index e767edabd912cb9d0a985643ba17b4331e158da9..b0de2161c7591c1e6f0bd0e29612b0d20088adcf 100644 (file)
@@ -38,9 +38,6 @@ def changed_files():
     if os.path.isdir('.hg'):
         vcs = 'hg'
         cmd = 'hg status --added --modified --no-status'
-    elif os.path.isdir('.svn'):
-        vcs = 'svn'
-        cmd = 'svn status --quiet --non-interactive --ignore-externals'
     else:
         sys.exit('need a checkout to get modified files')