Kaydet (Commit) fbf528f0 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

remove svn support

üst b37db00c
......@@ -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')
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment