2012 dia = HgDialog( |
2012 dia = HgDialog( |
2013 self.tr('Pushing to a remote Mercurial repository'), self) |
2013 self.tr('Pushing to a remote Mercurial repository'), self) |
2014 res = dia.startProcess(args, repodir) |
2014 res = dia.startProcess(args, repodir) |
2015 if res: |
2015 if res: |
2016 dia.exec_() |
2016 dia.exec_() |
2017 res = dia.hasAddOrDelete() |
|
2018 self.checkVCSStatus() |
2017 self.checkVCSStatus() |
2019 |
2018 |
2020 def hgInfo(self, ppath, mode="heads"): |
2019 def hgInfo(self, ppath, mode="heads"): |
2021 """ |
2020 """ |
2022 Public method to show information about the heads of the repository. |
2021 Public method to show information about the heads of the repository. |