eric6/Plugins/VcsPlugins/vcsMercurial/hg.py

changeset 7430
79eb37083821
parent 7429
6983c461550f
child 7440
ea9c904def73
equal deleted inserted replaced
7429:6983c461550f 7430:79eb37083821
3177 """ 3177 """
3178 args = self.initCommand("showconfig") 3178 args = self.initCommand("showconfig")
3179 args.append('paths') 3179 args.append('paths')
3180 3180
3181 output, error = self.__client.runcommand(args) 3181 output, error = self.__client.runcommand(args)
3182 print(output, error)
3183 3182
3184 self.__defaultConfigured = False 3183 self.__defaultConfigured = False
3185 self.__defaultPushConfigured = False 3184 self.__defaultPushConfigured = False
3186 if output: 3185 if output:
3187 for line in output.splitlines(): 3186 for line in output.splitlines():

eric ide

mercurial