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 a764b951..de593c83 100644
--- a/project.py
+++ b/project.py
@@ -457,7 +457,7 @@ class RemoteSpec(object):
457 457
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 = ['info'] 460 shareable_files = []
461 shareable_dirs = ['hooks', 'objects', 'rr-cache'] 461 shareable_dirs = ['hooks', 'objects', 'rr-cache']
462 462
463 def __init__(self, 463 def __init__(self,