eric6/Plugins/VcsPlugins/vcsMercurial/HgDialog.py

changeset 7900
72b88fb20261
parent 7759
51aa6c6b66f7
child 7923
91e843545d9a
equal deleted inserted replaced
7899:ecf67e07b6e0 7900:72b88fb20261
83 environment=None): 83 environment=None):
84 """ 84 """
85 Public slot used to start the process. 85 Public slot used to start the process.
86 86
87 @param args list of arguments for the process (list of strings) 87 @param args list of arguments for the process (list of strings)
88 @keyparam workingDir working directory for the process (string) 88 @param workingDir working directory for the process (string)
89 @keyparam showArgs flag indicating to show the arguments (boolean) 89 @param showArgs flag indicating to show the arguments (boolean)
90 @keyparam environment dictionary of environment settings to add 90 @param environment dictionary of environment settings to add
91 or change for the git process (dict of string and string) 91 or change for the git process (dict of string and string)
92 @return flag indicating a successful start of the process 92 @return flag indicating a successful start of the process
93 """ 93 """
94 self.errorGroup.hide() 94 self.errorGroup.hide()
95 self.inputGroup.hide() 95 self.inputGroup.hide()

eric ide

mercurial