Plugins/PluginVcsMercurial.py

branch
Py2 comp.
changeset 3058
0a02c433f52d
parent 3057
10516539f238
parent 3022
57179e4cdadd
child 3060
5883ce99ee12
equal deleted inserted replaced
3057:10516539f238 3058:0a02c433f52d
53 if Utilities.isWindowsPlatform(): 53 if Utilities.isWindowsPlatform():
54 exe += '.exe' 54 exe += '.exe'
55 55
56 data = { 56 data = {
57 "programEntry": True, 57 "programEntry": True,
58 "header": QApplication.translate("VcsMercurialPlugin", 58 "header": QApplication.translate(
59 "Version Control - Mercurial"), 59 "VcsMercurialPlugin", "Version Control - Mercurial"),
60 "exe": exe, 60 "exe": exe,
61 "versionCommand": 'version', 61 "versionCommand": 'version',
62 "versionStartsWith": 'Mercurial', 62 "versionStartsWith": 'Mercurial',
63 "versionPosition": -1, 63 "versionPosition": -1,
64 "version": "", 64 "version": "",

eric ide

mercurial