Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.py

changeset 3034
7ce719013078
parent 3008
7848489bcb92
child 3036
30c81c9e88b8
equal deleted inserted replaced
3033:58fe260e7469 3034:7ce719013078
52 self.localPath = hd 52 self.localPath = hd
53 self.networkPath = "localhost/" 53 self.networkPath = "localhost/"
54 self.localProtocol = True 54 self.localProtocol = True
55 55
56 self.vcsProjectDirEdit.setText(Utilities.toNativeSeparators( 56 self.vcsProjectDirEdit.setText(Utilities.toNativeSeparators(
57 Preferences.getMultiProject("Workspace") or \ 57 Preferences.getMultiProject("Workspace") or
58 Utilities.getHomeDir())) 58 Utilities.getHomeDir()))
59 59
60 @pyqtSlot() 60 @pyqtSlot()
61 def on_vcsUrlButton_clicked(self): 61 def on_vcsUrlButton_clicked(self):
62 """ 62 """

eric ide

mercurial