Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py

changeset 1289
44519fdf4cc9
parent 1283
5766284d4393
child 1311
95685f9ad9f8
equal deleted inserted replaced
1284:d94e9b37e520 1289:44519fdf4cc9
1174 Private slot used to apply changegroup files. 1174 Private slot used to apply changegroup files.
1175 """ 1175 """
1176 shouldReopen = self.vcs.hgUnbundle(self.project.ppath) 1176 shouldReopen = self.vcs.hgUnbundle(self.project.ppath)
1177 if shouldReopen: 1177 if shouldReopen:
1178 res = E5MessageBox.yesNo(self.parent(), 1178 res = E5MessageBox.yesNo(self.parent(),
1179 self.trUtf8("Pull"), 1179 self.trUtf8("Apply changegroups"),
1180 self.trUtf8("""The project should be reread. Do this now?"""), 1180 self.trUtf8("""The project should be reread. Do this now?"""),
1181 yesDefault=True) 1181 yesDefault=True)
1182 if res: 1182 if res:
1183 self.project.reopenProject() 1183 self.project.reopenProject()
1184 1184

eric ide

mercurial