1847 None, |
1847 None, |
1848 self.trUtf8("Apply changegroups"), |
1848 self.trUtf8("Apply changegroups"), |
1849 repodir, |
1849 repodir, |
1850 self.trUtf8("Mercurial Changegroup Files (*.hg);;All Files (*)")) |
1850 self.trUtf8("Mercurial Changegroup Files (*.hg);;All Files (*)")) |
1851 if files: |
1851 if files: |
1852 update = QMessageBox.question(None, |
1852 update = E5MessageBox.question(self.__ui, |
1853 self.trUtf8("Apply changegroups"), |
1853 self.trUtf8("Apply changegroups"), |
1854 self.trUtf8("""Shall the working directory be updated?"""), |
1854 self.trUtf8("""Shall the working directory be updated?"""), |
1855 QMessageBox.StandardButtons(\ |
1855 QMessageBox.StandardButtons(\ |
1856 QMessageBox.No | \ |
1856 QMessageBox.No | \ |
1857 QMessageBox.Yes), |
1857 QMessageBox.Yes), |