Show More
@@ -818,8 +818,8 b' class localrepository(object):' | |||
|
818 | 818 | return caps |
|
819 | 819 | |
|
820 | 820 | def _applyopenerreqs(self): |
|
821 |
self.svfs.options = |
|
|
822 |
|
|
|
821 | self.svfs.options = {r: True for r in self.requirements | |
|
822 | if r in self.openerreqs} | |
|
823 | 823 | # experimental config: format.chunkcachesize |
|
824 | 824 | chunkcachesize = self.ui.configint('format', 'chunkcachesize') |
|
825 | 825 | if chunkcachesize is not None: |
General Comments 0
You need to be logged in to leave comments.
Login now