eric6/Plugins/VcsPlugins/vcsMercurial/HgClient.py

changeset 7979
54b73174ab61
parent 7923
91e843545d9a
child 8143
2c730d5fd177
equal deleted inserted replaced
7978:1e391f977124 7979:54b73174ab61
426 426
427 @return flag indicating the execution of a command 427 @return flag indicating the execution of a command
428 @rtype bool 428 @rtype bool
429 """ 429 """
430 return self.__commandRunning 430 return self.__commandRunning
431
432 def getRepository(self):
433 """
434 Public method to get the repository path this client is serving.
435
436 @return repository path
437 @rtype str
438 """
439 return self.__repoPath

eric ide

mercurial