From 7759bb404fb6a818f0e4777b9a5b839c22a5c4a7 Mon Sep 17 00:00:00 2001 From: fijal Date: Mon, 29 Jan 2007 18:12:17 +0100 Subject: [PATCH] [svn r37554] add XXX --HG-- branch : trunk --- py/execnet/rsync.py | 1 + 1 file changed, 1 insertion(+) diff --git a/py/execnet/rsync.py b/py/execnet/rsync.py index b4feb0c5f..8e8b00e20 100644 --- a/py/execnet/rsync.py +++ b/py/execnet/rsync.py @@ -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:])