Forrest logo
back to context overview

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 machine
    explain this command
  • hg-remove:tldr:07504 hg-remove: Remove files from the repository that have been physically removed.
    $ hg remove --after
    try on your machine
    explain 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 machine
    explain this command
  • hg-remove:tldr:6c8e3 hg-remove: Recursively remove sub-repositories.
    $ hg remove --subrepos
    try on your machine
    explain this command
  • hg-remove:tldr:d0f42 hg-remove: Remove files or directories from the staging area.
    $ hg remove ${filename}
    try on your machine
    explain this command
back to context overview