eric6/Plugins/VcsPlugins/vcsPySvn/ProjectHelper.py

changeset 7260
4cc6f121119a
parent 7229
53054eb5b15a
child 7360
9190402e4505
equal deleted inserted replaced
7259:7c017076c12e 7260:4cc6f121119a
676 676
677 def __svnConfigure(self): 677 def __svnConfigure(self):
678 """ 678 """
679 Private slot to open the configuration dialog. 679 Private slot to open the configuration dialog.
680 """ 680 """
681 e5App().getObject("UserInterface")\ 681 e5App().getObject("UserInterface").showPreferences(
682 .showPreferences("zzz_subversionPage") 682 "zzz_subversionPage")
683 683
684 def __svnChangeLists(self): 684 def __svnChangeLists(self):
685 """ 685 """
686 Private slot used to show a list of change lists. 686 Private slot used to show a list of change lists.
687 """ 687 """

eric ide

mercurial