Show More
@@ -1288,13 +1288,13 b' class localrepository(object):' | |||||
1288 | requirementsmod.DIRSTATE_V2_REQUIREMENT, |
|
1288 | requirementsmod.DIRSTATE_V2_REQUIREMENT, | |
1289 | } |
|
1289 | } | |
1290 | _basesupported = supportedformats | { |
|
1290 | _basesupported = supportedformats | { | |
1291 |
requirementsmod. |
|
1291 | requirementsmod.DOTENCODE_REQUIREMENT, | |
1292 | requirementsmod.FNCACHE_REQUIREMENT, |
|
1292 | requirementsmod.FNCACHE_REQUIREMENT, | |
1293 |
requirementsmod. |
|
1293 | requirementsmod.INTERNAL_PHASE_REQUIREMENT, | |
1294 | requirementsmod.RELATIVE_SHARED_REQUIREMENT, |
|
1294 | requirementsmod.RELATIVE_SHARED_REQUIREMENT, | |
1295 |
requirementsmod. |
|
1295 | requirementsmod.SHARED_REQUIREMENT, | |
1296 | requirementsmod.SPARSE_REQUIREMENT, |
|
1296 | requirementsmod.SPARSE_REQUIREMENT, | |
1297 |
requirementsmod. |
|
1297 | requirementsmod.STORE_REQUIREMENT, | |
1298 | } |
|
1298 | } | |
1299 |
|
1299 | |||
1300 | # list of prefix for file which can be written without 'wlock' |
|
1300 | # list of prefix for file which can be written without 'wlock' |
General Comments 0
You need to be logged in to leave comments.
Login now