method: path.svnwc.revert

*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

call sites:

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/testing/test_wccommand.py

traceback path.svnwc.revert.0

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/testing/test_wccommand.py

traceback path.svnwc.revert.1

called in /home/johnny/projects/merlinux/py/dist/py/path/svn/testing/test_wccommand.py

traceback path.svnwc.revert.2