hg-add
Verified for current stable LTS
Hg Add Command: Add Files To Staging Area
Use for add files to staging area with Hg Add. Exact CLI syntax to add files to staging area using Hg Add.
When to use this: Use for add files to staging area with Hg Add.
Command Syntax
hg add <path/to/file> hg add <path/to/file> Command Breakdown
hg is the base executable for this command.
FAQ
Purpose: Exact syntax to add files to staging area 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 All Unstaged Files Excluding Pattern
hg add -X <pattern> Hg Add Command: Add All Unstaged Files Matching Pattern hg add -I <pattern> Hg Add Command: Add Files Excluding Pattern To Staging hg add -X <pattern> Hg Add Command: Add Files Matching Pattern To Staging hg add -I <pattern> Hg Add Command: Add Specific File To Staging hg add <path/to/file>