eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html

branch
eric7
changeset 8623
fced5aa98d41
parent 8596
d64760b2da50
--- a/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html	Wed Sep 22 18:20:06 2021 +0200
+++ b/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html	Wed Sep 22 19:52:28 2021 +0200
@@ -174,12 +174,14 @@
         path relative to the project directory starting with the third column.
         The allowed status flags are:
         <ul>
-            <li>"A" path was added but not yet comitted</li>
+            <li>"A" path was added but not yet committed</li>
             <li>"M" path has local changes</li>
             <li>"O" path was removed</li>
             <li>"R" path was deleted and then re-added</li>
             <li>"U" path needs an update</li>
             <li>"Z" path contains a conflict</li>
+            <li>"?" path is not tracked</li>
+            <li>"!" path is missing</li>
             <li>" " path is back at normal</li>
         </ul>
 </p>

eric ide

mercurial