##// END OF EJS Templates
requirements: introduce a set of working directory specific requirements...
Pulkit Goyal -
r45934:bd56597b default
parent child Browse files
Show More
@@ -44,3 +44,8 b" COPIESSDC_REQUIREMENT = b'exp-copies-sid"
44
44
45 # The repository use persistent nodemap for the changelog and the manifest.
45 # The repository use persistent nodemap for the changelog and the manifest.
46 NODEMAP_REQUIREMENT = b'persistent-nodemap'
46 NODEMAP_REQUIREMENT = b'persistent-nodemap'
47
48 # List of requirements which are working directory specific
49 # These requirements cannot be shared between repositories if they
50 # share the same store
51 WORKING_DIR_REQUIREMENTS = {SPARSE_REQUIREMENT}
General Comments 0
You need to be logged in to leave comments. Login now