--- a/src/eric7/VCS/VersionControl.py Wed Jan 03 17:36:30 2024 +0100 +++ b/src/eric7/VCS/VersionControl.py Wed Jan 03 18:09:15 2024 +0100 @@ -56,6 +56,7 @@ vcsStatusMonitorInfo = pyqtSignal(str) vcsStatusChanged = pyqtSignal() + # TODO: change this to an enum canBeCommitted = 1 # Indicates that a file/directory is in the vcs. canBeAdded = 2 # Indicates that a file/directory is not in vcs.