eric6/Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py

changeset 7971
ff2971513d6d
parent 7970
c4ee8a81584c
child 8108
a42ae6be4cc3
equal deleted inserted replaced
7970:c4ee8a81584c 7971:ff2971513d6d
1799 1799
1800 def __hgEditRepoConfig(self): 1800 def __hgEditRepoConfig(self):
1801 """ 1801 """
1802 Private slot used to edit the repository configuration file. 1802 Private slot used to edit the repository configuration file.
1803 """ 1803 """
1804 self.vcs.hgEditConfig(self.project.ppath) 1804 self.vcs.hgEditConfig()
1805 1805
1806 def __hgShowConfig(self): 1806 def __hgShowConfig(self):
1807 """ 1807 """
1808 Private slot used to show the combined configuration. 1808 Private slot used to show the combined configuration.
1809 """ 1809 """

eric ide

mercurial