[svn r37554] add XXX

--HG--
branch : trunk
This commit is contained in:
fijal 2007-01-29 18:12:17 +01:00
parent 8a4e21ecd5
commit 7759bb404f
1 changed files with 1 additions and 0 deletions

View File

@ -139,6 +139,7 @@ class RSync(object):
basename = path[len(self.sourcedir) + 1:]
if not linkpoint.startswith(os.sep):
# relative link, just send it
# XXX: do sth with ../ links
self._send_link(basename, linkpoint)
elif linkpoint.startswith(self.sourcedir):
self._send_link(basename, linkpoint[len(self.sourcedir) + 1:])