return a new Path (with the same revision) which is composed
of the self Path followed by 'args' path components.
def join(self, *args, **kwargs):
origin: path.svnwc
where:
function source:
def join(self, *args, **kwargs):
""" return a new Path (with the same revision) which is composed
of the self Path followed by 'args' path components.
"""
if not args:
return self
localpath = self.localpath.join(*args, **kwargs)
return self.__class__(localpath)
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/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_test_repo.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
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/testing/svntestbase.py
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/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/svntestbase.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
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/wccommand.py
called in /home/johnny/projects/merlinux/py/dist/py/path/svn/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/svntestbase.py