diff options
| author | Benjamin Peterson <benjamin@python.org> | 2011-06-27 22:59:45 (GMT) |
|---|---|---|
| committer | Benjamin Peterson <benjamin@python.org> | 2011-06-27 22:59:45 (GMT) |
| commit | fbf528f06ced30f8373d27b249ba2c5c0463627f (patch) | |
| tree | 7598892468df925ff0033d60d3160134f5c21381 | |
| parent | b37db00c46b1254ec34176386bd4b01c2e9d8834 (diff) | |
| download | cpython-fbf528f06ced30f8373d27b249ba2c5c0463627f.zip cpython-fbf528f06ced30f8373d27b249ba2c5c0463627f.tar.gz cpython-fbf528f06ced30f8373d27b249ba2c5c0463627f.tar.bz2 | |
remove svn support
| -rw-r--r-- | Tools/scripts/patchcheck.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Tools/scripts/patchcheck.py b/Tools/scripts/patchcheck.py index e767eda..b0de216 100644 --- a/Tools/scripts/patchcheck.py +++ b/Tools/scripts/patchcheck.py @@ -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') |
