Plugins/VcsPlugins/vcsMercurial/HgNewProjectOptionsDialog.py

changeset 3036
30c81c9e88b8
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3035:36e9f388958b 3036:30c81c9e88b8
51 51
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(
57 Preferences.getMultiProject("Workspace") or 57 Utilities.toNativeSeparators(
58 Preferences.getMultiProject("Workspace") or
58 Utilities.getHomeDir())) 59 Utilities.getHomeDir()))
59 60
60 @pyqtSlot() 61 @pyqtSlot()
61 def on_vcsUrlButton_clicked(self): 62 def on_vcsUrlButton_clicked(self):
62 """ 63 """

eric ide

mercurial