mirror of
https://github.com/python/cpython.git
synced 2025-07-09 20:35:26 +00:00
remove svn support
This commit is contained in:
parent
b37db00c46
commit
fbf528f06c
1 changed files with 0 additions and 3 deletions
|
@ -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')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue