From 8b123fdb4eb4383e3c3e73a7e4970404e5788efd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6k=C3=A7en=20Eraslan?= Date: Fri, 25 Sep 2009 11:05:38 +0000 Subject: [PATCH] File that already exists is the destination file, not the source file. Print the correct error message about symlinks. #2 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0fa2f551..d6c8d26e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-09-25 Gökçen Eraslan + * pisi/actionsapi/pisitools.py: In dosym method, file that already exists is the + destination file, not the source file. Print the correct error message + when there is already a destination file. + 2009-09-22 Fatih Aşıcı * pisi/operations/build.py: Fix the special file patterns for the new code using python magic module.