All VCS have the notion of “status” or “state” to describe the
relationship between the local file and the repository. The XML node
status
is used to describe the status that are known to a
custom VCS, and the icons associated to it:
<status label="STATUS_LABEL" stock="STOCK_LABEL" />
Where:
Note that the order in which status are defined in the XML file is important: the first status to be displayed must correspond to the status “Up-to-date” or equivalent.