Add a little more to the svn_rangelist_intersect test to test the
[svn.git] / subversion / tests / cmdline / svneditor.bat
blob7e3162f7c40eb1ad7d976591fbb875cab32300b1
1 @echo off
2 rem the svneditor.py script is expected to be in the same directory as the 
3 rem .bat file
4 %~dp0\svneditor.py %*
5 exit %ERRORLEVEL%