Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesDefineGuardsDialog.py

changeset 3036
30c81c9e88b8
parent 3034
7ce719013078
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3035:36e9f388958b 3036:30c81c9e88b8
311 E5MessageBox.warning( 311 E5MessageBox.warning(
312 self, 312 self,
313 self.trUtf8("Apply Guard Definitions"), 313 self.trUtf8("Apply Guard Definitions"),
314 self.trUtf8("""<p>The defined guards could not be""" 314 self.trUtf8("""<p>The defined guards could not be"""
315 """ applied.</p><p>Reason: {0}</p>""") 315 """ applied.</p><p>Reason: {0}</p>""")
316 .format(error)) 316 .format(error))
317 else: 317 else:
318 self.__dirtyList = False 318 self.__dirtyList = False
319 self.on_patchSelector_activated( 319 self.on_patchSelector_activated(
320 self.patchNameLabel.text()) 320 self.patchNameLabel.text())

eric ide

mercurial