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": "", |