eric6/Plugins/VcsPlugins/vcsGit/GitDialog.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8142
43248bafe9b2
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
122 environment=None): 122 environment=None):
123 """ 123 """
124 Public slot used to start the process. 124 Public slot used to start the process.
125 125
126 @param args list of arguments for the process (list of strings) 126 @param args list of arguments for the process (list of strings)
127 @keyparam workingDir working directory for the process (string) 127 @param workingDir working directory for the process (string)
128 @keyparam showArgs flag indicating to show the arguments (boolean) 128 @param showArgs flag indicating to show the arguments (boolean)
129 @keyparam environment dictionary of environment settings to add 129 @param environment dictionary of environment settings to add
130 or change for the git process (dict of string and string) 130 or change for the git process (dict of string and string)
131 @return flag indicating a successful start of the process (boolean) 131 @return flag indicating a successful start of the process (boolean)
132 """ 132 """
133 self.errorGroup.hide() 133 self.errorGroup.hide()
134 self.normal = False 134 self.normal = False

eric ide

mercurial