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, |