eric6/Project/ProjectBrowserModel.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8142
43248bafe9b2
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
784 """ 784 """
785 Private method used to update the vcs status of a node. 785 Private method used to update the vcs status of a node.
786 786
787 @param item item to work on 787 @param item item to work on
788 @param name filename belonging to this item (string) 788 @param name filename belonging to this item (string)
789 @keyparam recursive flag indicating a recursive update (boolean) 789 @param recursive flag indicating a recursive update (boolean)
790 """ 790 """
791 if self.project.vcs is not None: 791 if self.project.vcs is not None:
792 self.project.vcs.clearStatusCache() 792 self.project.vcs.clearStatusCache()
793 state = self.project.vcs.vcsRegisteredState(name) 793 state = self.project.vcs.vcsRegisteredState(name)
794 if state == self.project.vcs.canBeCommitted: 794 if state == self.project.vcs.canBeCommitted:

eric ide

mercurial