Plugins/VcsPlugins/vcsMercurial/HgUtilities.py

changeset 5353
60fcaa1c3c3c
parent 5293
26f1e696a2a5
child 5389
9b1c800daff3
equal deleted inserted replaced
5347:d7c29ef11d51 5353:60fcaa1c3c3c
69 """ 69 """
70 versionStr = "" 70 versionStr = ""
71 version = () 71 version = ()
72 errorMsg = "" 72 errorMsg = ""
73 73
74
75 args = ["version"] 74 args = ["version"]
76 args.extend(plugin.getGlobalOptions()) 75 args.extend(plugin.getGlobalOptions())
77 process = QProcess() 76 process = QProcess()
78 process.start('hg', args) 77 process.start('hg', args)
79 procStarted = process.waitForStarted(5000) 78 procStarted = process.waitForStarted(5000)

eric ide

mercurial