1582 """ |
1582 """ |
1583 self.vcs.hgPush(self.project.ppath, newBranch=True) |
1583 self.vcs.hgPush(self.project.ppath, newBranch=True) |
1584 |
1584 |
1585 def __hgEditUserConfig(self): |
1585 def __hgEditUserConfig(self): |
1586 """ |
1586 """ |
1587 Private slot used to edit the repository configuration file. |
1587 Private slot used to edit the user configuration file. |
1588 """ |
1588 """ |
1589 self.vcs.hgEditUserConfig() |
1589 self.vcs.hgEditUserConfig() |
1590 |
1590 |
1591 def __hgEditRepoConfig(self): |
1591 def __hgEditRepoConfig(self): |
1592 """ |
1592 """ |