hg-update
Verified for current stable LTS
Hg Update Command: Update And Discard Uncommitted Changes
Use for update and discard uncommitted changes with Hg Update. Exact CLI syntax to update and discard uncommitted changes using Hg Update.
When to use this: Use for update and discard uncommitted changes with Hg Update.
Command Syntax
hg update -C hg update -C Command Breakdown
-C- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to update and discard uncommitted changes using Hg Update.
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 Update Command: Update To Last Commit By Date
hg update -d <dd-mm-yyyy> Hg Update Command: Update To Specified Revision hg update -r <revision> Hg Update Command: Update To Tip Of Current Branch hg update Tar Command: Create A Gzipped Archive From A Directory Using Relative Paths tar czf <path/to/target.tar.gz> -C <path/to/directory> . Ansible Playbook Command: Run Tasks Dry Run ansible-playbook <playbook> -C -D