summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--project.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/project.py b/project.py
index 29638ef7..bbb052a3 100644
--- a/project.py
+++ b/project.py
@@ -2400,6 +2400,7 @@ class Project(object):
2400 src = os.path.realpath(os.path.join(srcdir, name)) 2400 src = os.path.realpath(os.path.join(srcdir, name))
2401 # Fail if the links are pointing to the wrong place 2401 # Fail if the links are pointing to the wrong place
2402 if src != dst: 2402 if src != dst:
2403 _error('%s is different in %s vs %s', name, destdir, srcdir)
2403 raise GitError('--force-sync not enabled; cannot overwrite a local ' 2404 raise GitError('--force-sync not enabled; cannot overwrite a local '
2404 'work tree. If you\'re comfortable with the ' 2405 'work tree. If you\'re comfortable with the '
2405 'possibility of losing the work tree\'s git metadata,' 2406 'possibility of losing the work tree\'s git metadata,'