Issuing SCM commands through Sharpster

The Sharpster system has a built-in functionality that makes it possible to issue SCM commands directly to Sharpster, which passes them on to the local SCM. This enhances the user's control over what is happening to the SCM, and adds some additional features. The use of the command:

% sharpster scmcommand add <file>

not only adds the file to the local SCM, but also automatically runs a sharpster sync afterwards. The same is true for:

% sharpster scmcommand remove <file>