mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +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'):
|
if os.path.isdir('.hg'):
|
||||||
vcs = 'hg'
|
vcs = 'hg'
|
||||||
cmd = 'hg status --added --modified --no-status'
|
cmd = 'hg status --added --modified --no-status'
|
||||||
elif os.path.isdir('.svn'):
|
|
||||||
vcs = 'svn'
|
|
||||||
cmd = 'svn status --quiet --non-interactive --ignore-externals'
|
|
||||||
else:
|
else:
|
||||||
sys.exit('need a checkout to get modified files')
|
sys.exit('need a checkout to get modified files')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue