##// END OF EJS Templates
scm-app: allow to set documented pyro4 as scm_app_implementation....
marcink -
r632:064401fe default
parent child Browse files
Show More
@@ -99,7 +99,7 b' class SimpleVCS(object):'
99 99 @property
100 100 def scm_app(self):
101 101 custom_implementation = self.config.get('vcs.scm_app_implementation')
102 if custom_implementation:
102 if custom_implementation and custom_implementation != 'pyro4':
103 103 log.info(
104 104 "Using custom implementation of scm_app: %s",
105 105 custom_implementation)
General Comments 0
You need to be logged in to leave comments. Login now