summaryrefslogtreecommitdiffstats
path: root/project.py
diff options
context:
space:
mode:
Diffstat (limited to 'project.py')
-rw-r--r--project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/project.py b/project.py
index a2b98d83..db44cde5 100644
--- a/project.py
+++ b/project.py
@@ -458,7 +458,7 @@ class RemoteSpec(object):
458class Project(object): 458class Project(object):
459 # These objects can be shared between several working trees. 459 # These objects can be shared between several working trees.
460 shareable_files = ['description', 'info'] 460 shareable_files = ['description', 'info']
461 shareable_dirs = ['hooks', 'objects', 'rr-cache', 'svn'] 461 shareable_dirs = ['hooks', 'objects', 'rr-cache']
462 462
463 def __init__(self, 463 def __init__(self,
464 manifest, 464 manifest,