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