eric6/Plugins/VcsPlugins/vcsPySvn/SvnDialog.py

branch
maintenance
changeset 8142
43248bafe9b2
parent 8043
0acf98cd089a
parent 8047
b5594178c7fa
child 8176
31965986ecd1
equal deleted inserted replaced
8044:874fdd14d3a2 8142:43248bafe9b2
85 ) 85 )
86 msg = self.tr("{0} {1}{2}\n").format( 86 msg = self.tr("{0} {1}{2}\n").format(
87 self.tr(svnNotifyActionMap[eventDict["action"]]), 87 self.tr(svnNotifyActionMap[eventDict["action"]]),
88 eventDict["path"], 88 eventDict["path"],
89 mime) 89 mime)
90 if '.e4p' in eventDict["path"]: 90 if (
91 '.epj' in eventDict["path"] or
92 '.e4p' in eventDict["path"]
93 ):
91 self.__hasAddOrDelete = True 94 self.__hasAddOrDelete = True
92 if eventDict["action"] in [pysvn.wc_notify_action.add, 95 if eventDict["action"] in [pysvn.wc_notify_action.add,
93 pysvn.wc_notify_action.commit_added, 96 pysvn.wc_notify_action.commit_added,
94 pysvn.wc_notify_action.commit_deleted, 97 pysvn.wc_notify_action.commit_deleted,
95 pysvn.wc_notify_action.delete, 98 pysvn.wc_notify_action.delete,

eric ide

mercurial