Plugins/VcsPlugins/vcsMercurial/hg.py

changeset 538
7f1a56e80124
parent 537
72b32daeb8d6
child 539
87f9bce38a44
equal deleted inserted replaced
537:72b32daeb8d6 538:7f1a56e80124
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),

eric ide

mercurial