Plugins/VcsPlugins/vcsMercurial/ProjectHelper.py

branch
5_1_x
changeset 1286
2f118d4d9c5c
parent 1285
544520790fdd
child 1510
e75ecf2bd9dd
equal deleted inserted replaced
1285:544520790fdd 1286:2f118d4d9c5c
1036 Protected slot used to apply changegroup files. 1036 Protected slot used to apply changegroup files.
1037 """ 1037 """
1038 shouldReopen = self.vcs.hgUnbundle(self.project.ppath) 1038 shouldReopen = self.vcs.hgUnbundle(self.project.ppath)
1039 if shouldReopen: 1039 if shouldReopen:
1040 res = E5MessageBox.yesNo(self.parent(), 1040 res = E5MessageBox.yesNo(self.parent(),
1041 self.trUtf8("Unbundle"), 1041 self.trUtf8("Apply changegroups"),
1042 self.trUtf8("""The project should be reread. Do this now?"""), 1042 self.trUtf8("""The project should be reread. Do this now?"""),
1043 yesDefault=True) 1043 yesDefault=True)
1044 if res: 1044 if res:
1045 self.project.reopenProject() 1045 self.project.reopenProject()
1046 1046

eric ide

mercurial