equal
deleted
inserted
replaced
276 # A list of callback to shape the phase if no data were found. |
276 # A list of callback to shape the phase if no data were found. |
277 # Callback are in the form: func(repo, roots) --> processed root. |
277 # Callback are in the form: func(repo, roots) --> processed root. |
278 # This list it to be filled by extension during repo setup |
278 # This list it to be filled by extension during repo setup |
279 self._phasedefaults = [] |
279 self._phasedefaults = [] |
280 try: |
280 try: |
281 self.ui.readconfig(self.join("hgrc"), self.root) |
281 self.ui.readconfig(self.vfs.join("hgrc"), self.root) |
282 self._loadextensions() |
282 self._loadextensions() |
283 except IOError: |
283 except IOError: |
284 pass |
284 pass |
285 |
285 |
286 if self.featuresetupfuncs: |
286 if self.featuresetupfuncs: |