diff options
-rw-r--r-- | project.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -458,7 +458,7 @@ class RemoteSpec(object): | |||
458 | class Project(object): | 458 | class 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, |