
hg-remove
List of commands for hg-remove:
-
hg-remove:tldr:02f6f hg-remove: Remove all staged files matching a specified pattern.$ hg remove --include ${pattern}try on your machineexplain this command
-
hg-remove:tldr:07504 hg-remove: Remove files from the repository that have been physically removed.$ hg remove --aftertry on your machineexplain this command
-
hg-remove:tldr:3ea3a hg-remove: Remove all staged files, excluding those that match a specified pattern.$ hg remove --exclude ${pattern}try on your machineexplain this command
-
hg-remove:tldr:6c8e3 hg-remove: Recursively remove sub-repositories.$ hg remove --subrepostry on your machineexplain this command
-
hg-remove:tldr:d0f42 hg-remove: Remove files or directories from the staging area.$ hg remove ${filename}try on your machineexplain this command