
hg-status
List of commands for hg-status:
-
hg-status:tldr:02ced hg-status: Display only modified files.$ hg status --modifiedtry on your machineexplain this command
-
hg-status:tldr:27135 hg-status: Display the status of changed files.$ hg statustry on your machineexplain this command
-
hg-status:tldr:7e478 hg-status: Display only deleted (but tracked) files.$ hg status --deletedtry on your machineexplain this command
-
hg-status:tldr:9d107 hg-status: Display changes in the working directory compared to a specified changeset.$ hg status --rev ${revision}try on your machineexplain this command
-
hg-status:tldr:a4505 hg-status: Display only files matching a specified glob pattern.$ hg status --include ${pattern}try on your machineexplain this command
-
hg-status:tldr:d3c85 hg-status: Display only added files.$ hg status --addedtry on your machineexplain this command
-
hg-status:tldr:da82f hg-status: Display only removed files.$ hg status --removedtry on your machineexplain this command
-
hg-status:tldr:ebffc hg-status: Display files, excluding those that match a specified glob pattern.$ hg status --exclude ${pattern}try on your machineexplain this command