*Not documented*
def revert(self, rec=0):
origin: path.svnwc
where:
function source:
def revert(self, rec=0):
if rec:
result = self._svn('revert -R')
else:
result = self._svn('revert')
return result
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/testing/test_wccommand.py
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/testing/test_wccommand.py
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/testing/test_wccommand.py