Show More
@@ -191,6 +191,8 b' def reposetup(ui, repo):' | |||||
191 | if data is None: |
|
191 | if data is None: | |
192 | try: |
|
192 | try: | |
193 | if node is None: |
|
193 | if node is None: | |
|
194 | # Cannot use workingctx.data() since it would load | |||
|
195 | # and cache the filters before we configure them. | |||
194 | data = self.wfile('.hgeol').read() |
|
196 | data = self.wfile('.hgeol').read() | |
195 | else: |
|
197 | else: | |
196 | data = self[node]['.hgeol'].data() |
|
198 | data = self[node]['.hgeol'].data() |
General Comments 0
You need to be logged in to leave comments.
Login now