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 """ |