The Mercurial Status action prints the status of specified files in the repository.
The codes used to show the status of files are:
| • | !: missing (deleted by non-hg command, but still tracked) |

Revision
Use the specified revision as the base revision.
The other options are:
| • | All: show status of all files |
| • | Modified: show only modified files |
| • | Added: show only added files |
| • | Removed: show only removed files |
| • | Deleted: show only deleted (but tracked) files |
| • | Clean: show only files without changes |
| • | Unknown: show only unknown (not tracked) files |
| • | Ignored: show only ignored files |
| • | No Status: hide status prefix |
| • | Copies: show source of copied files |
| • | Print0: end filenames with NUL, for use with xargs |