list all property names.
def proplist(self):
origin: SvnPathBase
where:
function source:
def proplist(self):
""" list all property names. """
content = self._proplist()
return content
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/testing/svntestbase.py