5260:e5621b135c68 | 5262:235d6a030128 |
---|---|
109 @pyqtSlot() | 109 @pyqtSlot() |
110 def on_configButton_clicked(self): | 110 def on_configButton_clicked(self): |
111 """ | 111 """ |
112 Private slot to edit the (per user) Mercurial configuration file. | 112 Private slot to edit the (per user) Mercurial configuration file. |
113 """ | 113 """ |
114 from ..HgUserConfig import hgEditUserConfig | 114 from ..HgUserConfigDialog import HgUserConfigDialog |
115 hgEditUserConfig() | 115 dlg = HgUserConfigDialog() |
116 dlg.exec_() |