hg-add
Verified for current stable LTS
Hg Add Command: Add Files Excluding Pattern To Staging
Use for add files excluding pattern to staging with Hg Add. Exact CLI syntax to add files excluding pattern to staging using Hg Add.
When to use this: Use for add files excluding pattern to staging with Hg Add.
Command Syntax
hg add -X <pattern> hg add -X <pattern> Command Breakdown
-X- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to add files excluding pattern to staging using Hg Add.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Hg Add Command: Add Specific File To Staging
hg add <path/to/file> Hg Add Command: Add Files Matching Pattern To Staging hg add -I <pattern> Hg Add Command: Add Sub Repositories Recursively hg add -S Hg Add Command: Dry Run Add Command hg add -n Curl Command: Send Request With Extra Header curl [-k|--insecure] [-x|--proxy] http://127.0.0.1:8080 [-H|--header] '{Authorization: Bearer token}' [-X|--request] GET https://example.com