eric6/Plugins/VcsPlugins/vcsPySvn/SvnStatusDialog.py

changeset 8234
fcb6b4b96274
parent 8222
5994b80b8760
equal deleted inserted replaced
8233:bad78a592cc2 8234:fcb6b4b96274
392 ): 392 ):
393 lockState = "S" 393 lockState = "S"
394 394
395 fpath = Utilities.normcasepath( 395 fpath = Utilities.normcasepath(
396 os.path.join(self.dname, file.path)) 396 os.path.join(self.dname, file.path))
397 if fpath in changelistsDict: 397 changelist = (changelistsDict[fpath]
398 changelist = changelistsDict[fpath] 398 if fpath in changelistsDict else "")
399 else:
400 changelist = ""
401 399
402 hidePropertyStatusColumn = ( 400 hidePropertyStatusColumn = (
403 hidePropertyStatusColumn and 401 hidePropertyStatusColumn and
404 file.prop_status in [ 402 file.prop_status in [
405 pysvn.wc_status_kind.none, 403 pysvn.wc_status_kind.none,

eric ide

mercurial