[svn r58190] adding arigo/hacks/svnwcrevert as a py.svnwcrevert script on py lib trunk

--HG--
branch : trunk
This commit is contained in:
pedronis
2008-09-17 10:50:04 +02:00
parent 3f7588948c
commit 33b0390ee6
4 changed files with 57 additions and 2 deletions

3
py/bin/py.svnwcrevert Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env python
from _findpy import py
py.cmdline.pysvnwcrevert()

View File

@@ -0,0 +1,2 @@
@echo off
python "%~dp0\..\py.svnwcrevert" %*