Show More
@@ -3185,6 +3185,9 b' class TestRunner(object):' | |||||
3185 | # output. |
|
3185 | # output. | |
3186 | osenvironb[b'RHG_ON_UNSUPPORTED'] = b'fallback' |
|
3186 | osenvironb[b'RHG_ON_UNSUPPORTED'] = b'fallback' | |
3187 | osenvironb[b'RHG_FALLBACK_EXECUTABLE'] = real_hg |
|
3187 | osenvironb[b'RHG_FALLBACK_EXECUTABLE'] = real_hg | |
|
3188 | else: | |||
|
3189 | # drop flag for hghave | |||
|
3190 | osenvironb.pop(b'RHG_INSTALLED_AS_HG', None) | |||
3188 | if self.options.rhg: |
|
3191 | if self.options.rhg: | |
3189 | self._hgcommand = b'rhg' |
|
3192 | self._hgcommand = b'rhg' | |
3190 | elif self.options.with_rhg: |
|
3193 | elif self.options.with_rhg: |
General Comments 0
You need to be logged in to leave comments.
Login now