diff options
Diffstat (limited to 'project.py')
-rw-r--r-- | project.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -457,7 +457,7 @@ class RemoteSpec(object): | |||
457 | 457 | ||
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 = ['info'] |
461 | shareable_dirs = ['hooks', 'objects', 'rr-cache'] | 461 | shareable_dirs = ['hooks', 'objects', 'rr-cache'] |
462 | 462 | ||
463 | def __init__(self, | 463 | def __init__(self, |