[svn r58190] adding arigo/hacks/svnwcrevert as a py.svnwcrevert script on py lib trunk
--HG-- branch : trunk
This commit is contained in:
3
py/bin/py.svnwcrevert
Executable file
3
py/bin/py.svnwcrevert
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
from _findpy import py
|
||||
py.cmdline.pysvnwcrevert()
|
||||
2
py/bin/win32/py.svnwcrevert.cmd
Normal file
2
py/bin/win32/py.svnwcrevert.cmd
Normal file
@@ -0,0 +1,2 @@
|
||||
@echo off
|
||||
python "%~dp0\..\py.svnwcrevert" %*
|
||||
Reference in New Issue
Block a user